Cachet/app/config/workbench.php

32 lines
944 B
PHP
Raw Normal View History

2014-11-16 22:26:08 +00:00
<?php
2014-12-20 21:20:17 +00:00
return [
2014-11-16 22:26:08 +00:00
2014-12-20 21:20:17 +00:00
/*
|--------------------------------------------------------------------------
| Workbench Author Name
|--------------------------------------------------------------------------
|
| When you create new packages via the Artisan "workbench" command your
| name is needed to generate the composer.json file for your package.
| You may specify it now so it is used for all of your workbenches.
|
*/
2014-11-16 22:26:08 +00:00
2014-12-20 21:20:17 +00:00
'name' => '',
2014-11-16 22:26:08 +00:00
2014-12-20 21:20:17 +00:00
/*
|--------------------------------------------------------------------------
| Workbench Author E-Mail Address
|--------------------------------------------------------------------------
|
| Like the option above, your e-mail address is used when generating new
| workbench packages. The e-mail is placed in your composer.json file
| automatically after the package is created by the workbench tool.
|
*/
2014-11-16 22:26:08 +00:00
2014-12-20 21:20:17 +00:00
'email' => '',
2014-11-16 22:26:08 +00:00
2014-12-20 21:20:17 +00:00
];