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

v2.0.3 2018-10-15 01:53 UTC

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