Looking to hire Laravel developers? Try LaraJobs

laravel-installer maintained by patrickcurl

Description
Laravel application installer, with models directory.
Last update
2018/10/15 03:55 (dev-master)
License
Links
Downloads
10
Tags

Comments
comments powered by Disqus

laravel-installer

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