[Feature Request]: Serve static php files in the laravel valet driver #1369
DjimSchaap
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using the LaravelValetDriver from Herd I'm unable to serve static php files. In the LaravelValetDriver from Laravel/Valet there is an extra check in the frontControllerPath function to serve a static file.
Laravel/Herd - LaravelValetDriver frontControllerPath:
Laravel/Valet - LaravelValetDriver https://github.com/laravel/valet/blob/master/cli/Valet/Drivers/LaravelValetDriver.php#L53-L61
Now if I want to serve static php files using Laravel/Herd I have to create a custom driver to implement the default LaravelValetDriver functionality that was removed in Laravel/Herd.
Beta Was this translation helpful? Give feedback.
All reactions