Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move the user model to a Models folder #17

Open
kielabokkie opened this issue Aug 3, 2017 · 1 comment
Open

Move the user model to a Models folder #17

kielabokkie opened this issue Aug 3, 2017 · 1 comment

Comments

@kielabokkie
Copy link
Owner

The following snippet has to be added to the Laravel54Framework.php file:

$this->projectFilesystem->rename('app/User.php', 'app/Models/User.php');

We also have to do a search and replace to update all mentions of App\User to App\Models\User.

@kielabokkie
Copy link
Owner Author

Also do this on the Laravel55Framework.php now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant