add shipping rules
This commit is contained in:
@@ -22,21 +22,20 @@ return [
|
||||
|
||||
'view_template_path' => base_path('vendor/oscarafdev/laravel-4-generators/src/Way/Generators/Templates/view.txt'),
|
||||
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Where the generated files will be saved...
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
*/
|
||||
'model_target_path' => app_path(),
|
||||
'model_target_path' => app_path(),
|
||||
|
||||
'controller_target_path' => app_path('Http/Controllers'),
|
||||
'controller_target_path' => app_path('Http/Controllers'),
|
||||
|
||||
'migration_target_path' => base_path('database/migrations'),
|
||||
'migration_target_path' => base_path('database/migrations'),
|
||||
|
||||
'seed_target_path' => base_path('database/seeds'),
|
||||
'seed_target_path' => base_path('database/seeds'),
|
||||
|
||||
'view_target_path' => base_path('resources/views')
|
||||
'view_target_path' => base_path('resources/views'),
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user