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] Allow the use of temporary views for Blade testing on Windows machines #37044

Merged
merged 5 commits into from Apr 19, 2021

Conversation

jnoordsij
Copy link
Contributor

For testing simple Blade strings, there is a blade function that creates a temporary file containing some strings content. This procedure breaks on Windows, as the created file receives a .tmp extension (e.g. lar0000.tmp). As the view name resolver replaces dots in view names with directory separators (as they are considered to be in some nested directory structure), the resolver searches for wrong path on Windows (e.g. %TEMP%/lar0000/tmp.blade.php).

This PR uses the filename (from pathinfo) rather than the basename as view name and filename, hence also works on Windows machines.

@taylorotwell taylorotwell merged commit 856cdba into laravel:8.x Apr 19, 2021
@jnoordsij jnoordsij deleted the temp-view-support-windows branch April 19, 2021 13:35
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

2 participants