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

30 Commits

Author SHA1 Message Date
crynobone
c4c650d567 Fix code styling 2025-02-12 01:38:26 +00:00
Matt Stauffer
78657cdb35 Merge pull request #1486 from antonL95/feat_add_nette_framework_driver
Adding support for Nette Framework.
2024-06-03 10:43:12 -04:00
Anton
4a43ab03db Updated serves method to better determine that it's actually nette project. 2024-06-01 14:57:23 +02:00
mattstauffer
cb1cc54927 Fix code styling 2024-05-31 22:45:28 +00:00
Anton
8cf9bd2b91 Adding support for Nette Framework. 2024-05-14 12:00:43 +02:00
Oli
40c6b2891b Update KirbyValetDriver.php
This makes it possible to open PHP files again, see this discussion. The solution from rasteiner works perfectly. You can also have a look @pedroborges ?

https://forum.getkirby.com/t/use-php-and-kirby-in-css-file/30724
2024-02-19 09:49:37 +01:00
driesvints
0fef72b64b Fix code styling 2023-09-28 14:24:39 +00:00
Mischa Braam
108bbf75b0 Fix magento2 driver (#1420)
+ simplify, let mode determine by Magento env config
2023-09-28 16:24:05 +02:00
Matt Stauffer
228834819e Merge pull request #1440 from jasonvarga/statamic
Support static caching in Statamic
2023-09-24 21:02:40 -04:00
driesvints
03bb9cc131 Fix code styling 2023-09-21 19:31:00 +00:00
driesvints
f37a474700 Fix code styling 2023-09-05 15:50:18 +00:00
Jason Varga
b55140a079 adjust so that server variable doesnt need to be defined in all tests 2023-08-28 15:42:12 -04:00
Jason Varga
ee5391def6 rename 2023-08-28 15:14:38 -04:00
Jason Varga
12c10e0b03 add statamic driver 2023-08-28 14:38:42 -04:00
Matt Stauffer
0f95b03145 Fix Radicle code style with Pint 2023-05-05 15:05:48 -04:00
Chris Sorrentino
5e69eab56c fix namespacing 2023-05-03 11:29:04 -04:00
Chris Sorrentino
b64f686758 Add driver for Radicle 2023-05-03 10:56:02 -04:00
Ethan Clevenger
bfad7ed836 Correct function signature. Tests pass locally. 2023-03-22 11:06:17 -07:00
Ethan Clevenger
d7a40b7be2 More robust check for Bedrock environments 2023-03-22 11:04:09 -07:00
Matt Stauffer
72804018cb Merge 2023-02-07 21:41:46 -05:00
Matt Stauffer
232dfd9361 Bring in changes to mirror #1356 2023-02-07 21:13:39 -05:00
Matt Stauffer
5c7b2d313a Add support for .valetrc (#1347)
* Add .valetrc support

* Apply fixes from StyleCI

* wip

Co-authored-by: StyleCI Bot <bot@styleci.io>
2023-01-18 20:44:51 -05:00
StyleCI Bot
6a100fc648 Apply fixes from StyleCI 2023-01-18 21:51:54 +00:00
Matt Stauffer
8ba65d6a68 Drop PHP 7.0, and update Magento driver to support PHP 7.3 2023-01-18 16:51:44 -05:00
Matt Stauffer
9143636c76 Add the ability for drivers to check Composer dependencies (#1345) 2023-01-13 21:54:59 -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
4c67413e7a Allow null response from frontControllerPath 2022-12-22 13:26:02 -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