patrickcurl / laravel-installer
Laravel application installer, with models directory.
v2.0.3
2018-10-15 01:53 UTC
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