1<?php
2
3return [
4
5 /*
6 |--------------------------------------------------------------------------
7 | Workbench Author Name
8 |--------------------------------------------------------------------------
9 |
10 | When you create new packages via the Artisan "workbench" command your
11 | name is needed to generate the composer.json file for your package.
12 | You may specify it now so it is used for all of your workbenches.
13 |
14 */
15
16 'name' => '',
17
18 /*
19 |--------------------------------------------------------------------------
20 | Workbench Author E-Mail Address
21 |--------------------------------------------------------------------------
22 |
23 | Like the option above, your e-mail address is used when generating new
24 | workbench packages. The e-mail is placed in your composer.json file
25 | automatically after the package is created by the workbench tool.
26 |
27 */
28
29 'email' => '',
30
31];