Files
spa-api/config/workbench.php

32 lines
878 B
PHP
Raw Normal View History

2013-03-18 13:37:05 -05:00
<?php
2014-08-24 14:03:58 -05:00
return [
2013-03-18 13:37:05 -05: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.
|
*/
'name' => '',
/*
|--------------------------------------------------------------------------
| 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
2013-05-01 11:18:09 -05:00
| automatically after the package is created by the workbench tool.
2013-03-18 13:37:05 -05:00
|
*/
'email' => '',
2014-08-24 14:03:58 -05:00
];