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

[5.8] Fix make:auth not using apps configured views path #28324

Merged
merged 1 commit into from
Apr 25, 2019

Conversation

garygreen
Copy link
Contributor

@garygreen garygreen commented Apr 24, 2019

You can change the path of views in view.php - we have moved views folder to the top-level of our app. Others may have changed the location of view path as well.

This PR removes the hard-coded natured of always putting the auth make scaffolding inside resources/views and instead attempts to use the first path found in view.paths and if missing will fallback on resources/views

@garygreen garygreen force-pushed the auth-make-view-path branch 2 times, most recently from 1dd7f5f to 75a47c9 Compare April 24, 2019 20:52
@driesvints driesvints changed the title Fix make:auth not using apps configured views path [5.8] Fix make:auth not using apps configured views path Apr 25, 2019
@taylorotwell taylorotwell merged commit 5f2116d into laravel:5.8 Apr 25, 2019
@driesvints
Copy link
Member

Thanks!

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

Successfully merging this pull request may close these issues.

3 participants