Working on new directory structure.

This commit is contained in:
Taylor Otwell
2014-08-11 10:13:20 -05:00
parent 8aa4a0a6dc
commit 6070d93c4a
25 changed files with 225 additions and 220 deletions

View File

@@ -54,4 +54,20 @@ return array(
'storage' => __DIR__.'/../storage',
/*
|--------------------------------------------------------------------------
| Generator Paths
|--------------------------------------------------------------------------
|
| These paths are used by the various class generators and other pieces
| of the framework that need to determine where to store these types
| of classes. Of course, they may be changed to any path you wish.
|
*/
'commands' => __DIR__.'/../app/src/Console',
'controllers' => __DIR__.'/../app/src/Http/Controllers',
'filters' => __DIR__.'/../app/src/Http/Filters',
'requests' => __DIR__.'/../app/src/Http/Requests',
);