Skip to content

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

Merged
taylorotwell merged 1 commit into
laravel:5.8from
garygreen:auth-make-view-path
Apr 25, 2019
Merged

[5.8] Fix make:auth not using apps configured views path#28324
taylorotwell merged 1 commit into
laravel:5.8from
garygreen:auth-make-view-path

Conversation

@garygreen

@garygreen garygreen commented Apr 24, 2019

Copy link
Copy Markdown
Contributor

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
@garygreen garygreen force-pushed the auth-make-view-path branch from 75a47c9 to 5f2116d Compare April 24, 2019 20:55
@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
Copy Markdown
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