Skip to content
This repository has been archived by the owner on Jan 10, 2020. It is now read-only.

Instructions mismatch #80

Closed
morrismukiri opened this issue Sep 22, 2016 · 1 comment
Closed

Instructions mismatch #80

morrismukiri opened this issue Sep 22, 2016 · 1 comment

Comments

@morrismukiri
Copy link
Contributor

After running php artisan laracogs:starter I get

Update the model in: config/auth.php, database/factory/ModelFactory.php


App\Repositories\User\User::class


Build something worth sharing!

Don't forget to run:
composer dump
Then:
artisan migrate

while the docs say:
Update the App\User::class in: 'config/auth.php' and 'database/factory/ModelFactory.php' to this:

App\Models\User::class

The generator uses the docs style.

@mlantz
Copy link
Member

mlantz commented Sep 23, 2016

Thanks for the PR

@mlantz mlantz closed this as completed Sep 23, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants