Austin Drummond
ba2d5727ed
Update CraftValetDriver.php
...
When applying https://github.com/craftcms/security-patches to a Craft project, the fix for [CVE-2024-56145](https://github.com/advisories/GHSA-2p6p-9rc9-62j9 ) breaks sites served by Valet (and Herd).
This fix allows these sites to work when using Valet (and Herd).
2025-05-01 21:59:37 -04:00
crynobone
c4c650d567
Fix code styling
2025-02-12 01:38:26 +00:00
Matt Stauffer
4c2c4a1238
Drop unnecessary doc blocks ( #1339 )
...
* Drop unnecessary doc blocks
* Apply fixes from StyleCI
Co-authored-by: StyleCI Bot <bot@styleci.io >
2023-01-11 09:14:39 -05:00
Matt Stauffer
976339f898
Support isolated sites running PHP 7.4
2022-12-26 09:47:58 -05:00
Matt Stauffer
4c67413e7a
Allow null response from frontControllerPath
2022-12-22 13:26:02 -05:00
Matt Stauffer
efa7937038
Update drivers location and loading
...
- Extract much of server.php into a `Server` class
- Move all but the Laravel and Basic drivers into a subfolder
- Load all but the Laravel and Basic drivers via glob
- Add `beforeLoading` hook to simplify the `frontControllerPath` method for some drivers
2022-12-18 15:08:17 -06:00