File tree 1 file changed +31
-0
lines changed 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?php
2
+
3
+ return array (
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 whwen the package is created by the workbench tool.
26
+ |
27
+ */
28
+
29
+ 'email ' => '' ,
30
+
31
+ );
You can’t perform that action at this time.
0 commit comments