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

1608 Commits

Author SHA1 Message Date
StyleCI Bot
e9e865e8f2 Apply fixes from StyleCI 2022-12-21 22:45:50 +00:00
Matt Stauffer
ab8c4e8c4a Merge branch 'version-4' of github.com:laravel/valet into version-4 2022-12-21 17:45:37 -05:00
Matt Stauffer
65b629db7f Write tests for Server.php 2022-12-21 17:45:34 -05:00
StyleCI Bot
f0f1b57bd8 Apply fixes from StyleCI 2022-12-21 02:51:35 +00:00
Matt Stauffer
f344592dd0 Merge branch 'version-4' of github.com:laravel/valet into version-4 2022-12-20 21:51:21 -05:00
Matt Stauffer
75d43a42ea Use constructor promotion 2022-12-20 21:51:15 -05:00
StyleCI Bot
906a828b2e Apply fixes from StyleCI 2022-12-21 01:10:10 +00:00
Matt Stauffer
78d0398942 Bump compat to php 8; add type hints and return types to helpers 2022-12-20 20:09:58 -05:00
Matt Stauffer
6bd3cf660a Clean up helpers 2022-12-20 20:04:28 -05:00
Matt Stauffer
8c2bb27fa2 Merge pull request #1321 from laravel/mes/type-hints-and-return-hints
Add type hints and return types
2022-12-20 19:57:28 -05:00
StyleCI Bot
ef308bae80 Apply fixes from StyleCI 2022-12-20 21:09:57 +00:00
Matt Stauffer
81235cc092 Merge branch 'mes/type-hints-and-return-hints' of github.com:laravel/valet into mes/type-hints-and-return-hints 2022-12-20 16:09:44 -05:00
Matt Stauffer
12172f4a5a Require passing a version number to isolate command 2022-12-20 16:09:38 -05:00
StyleCI Bot
6c5873c6e1 Apply fixes from StyleCI 2022-12-20 20:12:57 +00:00
Matt Stauffer
cc23311377 Merge branch 'mes/type-hints-and-return-hints' of github.com:laravel/valet into mes/type-hints-and-return-hints 2022-12-20 15:12:44 -05:00
Matt Stauffer
fadefb1777 Add type hints and return types to Site and Valet 2022-12-20 15:12:40 -05:00
StyleCI Bot
c714b82fcd Apply fixes from StyleCI 2022-12-20 17:13:46 +00:00
Matt Stauffer
ac4b8f6f40 Add type hints and return types to PhpFpm 2022-12-20 12:13:34 -05:00
Matt Stauffer
7698611a6a Add type hints and return types to ngrok 2022-12-19 19:17:30 -05:00
Matt Stauffer
a6840040be Add type hints and return types to Nginx 2022-12-19 19:16:34 -05:00
Matt Stauffer
a3a52f75a3 Merge branch 'mes/type-hints-and-return-hints' of github.com:laravel/valet into mes/type-hints-and-return-hints 2022-12-19 19:13:41 -05:00
Matt Stauffer
21835cc2b5 Add type hints and return hints to Filesystem 2022-12-19 19:13:38 -05:00
Matt Stauffer
da4f98db80 Add type hints and return type hints to DnsMasq 2022-12-19 16:11:07 -05:00
StyleCI Bot
09a2614545 Apply fixes from StyleCI 2022-12-19 21:09:05 +00:00
Matt Stauffer
f2fce1a1bf Add type hints and return type hints to Diagnose 2022-12-19 16:08:54 -05:00
Matt Stauffer
0cb7f4f8a6 Add type hints and return type hints to Configuration 2022-12-18 15:45:24 -06:00
Matt Stauffer
58bdbf1941 Merge branch 'mes/type-hints-and-return-hints' of github.com:laravel/valet into mes/type-hints-and-return-hints 2022-12-18 15:45:07 -06:00
Matt Stauffer
1220cd6839 Add type hints and return type hints to CommandLine 2022-12-18 15:42:18 -06:00
StyleCI Bot
624e92164f Apply fixes from StyleCI 2022-12-18 21:40:24 +00:00
Matt Stauffer
9b503a2ed3 Add type hints and return type hints to Brew 2022-12-18 15:40:12 -06:00
Matt Stauffer
ba67edb5ae Merge pull request #1319 from laravel/mes/extract-server-class
Extract Server class and refactor loading of drivers
2022-12-18 16:22:05 -05:00
Matt Stauffer
3c3dc8225f Require PHP 8.0 2022-12-18 15:19:10 -06:00
Matt Stauffer
fbf2acbf13 Resolve merge 2022-12-18 15:16:15 -06:00
Matt Stauffer
400be90585 Resolve merge 2022-12-18 15:15:24 -06:00
StyleCI Bot
2e9978e796 Apply fixes from StyleCI 2022-12-18 21:12:47 +00:00
Matt Stauffer
c1a7bbe8f3 Merge branch 'version-4' of github.com:laravel/valet into version-4 2022-12-18 15:12:33 -06:00
Matt Stauffer
c46f7e6971 Merge branch 'mes/extract-server-class' of github.com:laravel/valet into mes/extract-server-class 2022-12-18 15:11:46 -06:00
Matt Stauffer
4a8b0e73e2 Add additional notes to upgrade.md 2022-12-18 15:10:38 -06: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
Matt Stauffer
29b94a48a6 Move server helpers to their own file; add type hints 2022-12-15 21:34:48 -06:00
Matt Stauffer
a2712e6d8f Merge pull request #1311 from laravel/mes/version-4
Re-work how BasicValetDriver serves files in projects with and without `public/` directory
2022-12-15 17:29:30 -05:00
Matt Stauffer
f49b1b0e8a Set HTTP_HOST in BaseDriverTest 2022-12-11 13:04:36 -05:00
mattstauffer
b2b0e1d592 Update CHANGELOG 2022-12-08 18:03:33 +00:00
Matt Stauffer
e67086d7e1 Bump version v3.2.2 2022-12-08 13:01:47 -05:00
Matt Stauffer
c9686709b4 Merge pull request #1315 from laravel/mes/legacy-drivers
Add legacy drivers for the remainder of v3
2022-12-08 13:00:53 -05:00
Matt Stauffer
1684068382 Refactor where legacy drivers are pulled in 2022-12-08 12:45:26 -05:00
Matt Stauffer
1bbe795190 Merge pull request #1317 from markjaquith/mes/legacy-drivers
Fix legacy driver alias implementation
2022-12-08 12:34:46 -05:00
Mark Jaquith
8589a6dc4f Fix capitalization in WordPress driver extension 2022-12-08 12:23:14 -05:00
Mark Jaquith
ba46c7aff1 Require legacy files when loading the server 2022-12-08 12:22:17 -05:00