Skip to content

Commit b6a94c0

Browse files
committed
Added new workbench config file.
1 parent b5b7f71 commit b6a94c0

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

app/config/workbench.php

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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+
);

0 commit comments

Comments
 (0)