GrafiteInc / Builder

Prepare your Laravel apps incredibly fast, with various commands, services, facades and boilerplates.

Home Page:https://builder.grafite.ca

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Are the install docs up to date with Laravel 5.5?

blueshift9 opened this issue · comments

In the install docs, there is a part that says "Update the App\User::class in: 'config/auth.php' and 'database/factory/ModelFactory.php' to this:".
The first file exists, the second does not. Anyone come across this?

The file database/factories/ModelFactory.php does exist if you ran the laracogs:starter or installed a fresh app using the Laracogs Installer.
As for the docs, it does need some tweaks but I haven't found anything incompatible with Laravel 5.5
Proof for skeptics

Hhhm, I definitely ran the laracogs:starter command since that's right at that beginning of that page. I will try again to verify when I have a chance.

The latest build should no longer use the database/factories/ModelFactory.php. I'll review docs this weekend, the site is currently not up to date but I should be able to deploy this weekend. Thanks.