1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-06 08:40:09 +01:00
Commit Graph

12 Commits

Author SHA1 Message Date
StyleCI Bot
b588ef30f8 Apply fixes from StyleCI 2023-02-08 02:36:57 +00:00
Matt Stauffer
edae5fbdf7 Refactor local network address for Valet 4's Server class 2023-02-07 21:36:26 -05: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
ccd35e5231 Drop exits, fix 404 path 2022-12-22 13:26:47 -05:00
StyleCI Bot
486fb9b339 Apply fixes from StyleCI 2022-12-22 00:54:25 +00:00
Matt Stauffer
20f48f6eab Replace some \n with PHP_EOL; move custom drivers into Custom namespace 2022-12-21 19:54:13 -05:00
StyleCI Bot
e9e865e8f2 Apply fixes from StyleCI 2022-12-21 22:45:50 +00:00
Matt Stauffer
65b629db7f Write tests for Server.php 2022-12-21 17:45:34 -05:00
Matt Stauffer
75d43a42ea Use constructor promotion 2022-12-20 21:51:15 -05:00
StyleCI Bot
a73be25a76 Apply fixes from StyleCI 2022-12-18 21:08:41 +00: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