patrickcurl / laravel-installer
Laravel application installer, with models directory.
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 336
pkg:composer/patrickcurl/laravel-installer
Requires
- ext-zip: *
- guzzlehttp/guzzle: ~6.0
- symfony/console: ~3.0|~4.0
- symfony/filesystem: ~3.0|~4.0
- symfony/process: ~3.0|~4.0
README
I got tired of editing the same files and making changes so that User.php was in App\Models\User namespace/folder.
This installs laravel 5.7.9 (I cloned the laravel repo to: patrickcurl/laravel), and changed the installer to use that fork instead.
This fork simply moves all model references to models, and fixes all mentions of User.php.
installation:
composer global remove laravel/installer
composer global require patrickcurl/laravel-installer:dev-master
laravel new test