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

[8.x] Ensure the compiled view directory exists #36772

Merged
merged 1 commit into from
Mar 29, 2021

Conversation

GrahamCampbell
Copy link
Member

Just like the file cache store.

NB The use case for this was setting VIEW_COMPILED_PATH: /tmp/storage/framework/views, and having it "just work".

NB2 This will not affect performance, since PHP caches checks for file/directory existence, so we don't need to worry about this being slow when compiling lots of views.

@driesvints
Copy link
Member

@GrahamCampbell tests are failing

@GrahamCampbell GrahamCampbell marked this pull request as draft March 26, 2021 15:55
@GrahamCampbell
Copy link
Member Author

Let me take a look. Probably due to mocking.

@GrahamCampbell GrahamCampbell marked this pull request as ready for review March 26, 2021 16:18
@taylorotwell taylorotwell merged commit 545875f into 8.x Mar 29, 2021
@taylorotwell taylorotwell deleted the ensure-compiled-dir-exists branch March 29, 2021 12:54
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.

None yet

4 participants