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

7 Commits

Author SHA1 Message Date
Matt Stauffer
9143636c76 Add the ability for drivers to check Composer dependencies (#1345) 2023-01-13 21:54:59 -05:00
Matt Stauffer
65b629db7f Write tests for Server.php 2022-12-21 17:45:34 -05:00
Matt Stauffer
884c39d70b Test, and fix, ValetDriver 2022-12-02 22:10:04 -05:00
Chris Brown
bb59e1da2d Fix large-upload problems by setting PHP limits and Nginx max size
- Sets `client_max_body_size 128M` in `http` section of `nginx.conf`  so it covers all configs
- Adds `php-memory-limits.conf` to `php-fpm` conf folder, to set `memory_limit`, `upload_max_filesize`, `post_max_size` all to 128M

(Updates #253 by moving config location to cover all, since #253 didn't cover secure configs, etc)
2016-12-24 15:43:11 -05:00
Adam Wathan
5e365f4bfb Add test coverage for setting FPM socket 2016-09-24 10:25:42 -04:00
Taylor Otwell
5685b48f36 working on php fpm refactor 2016-05-08 16:17:25 -05:00
Taylor Otwell
5b80b4b4bc working on dnsmasq refactor 2016-05-08 16:00:00 -05:00