DEV Community

Discussion on: The current state of local Laravel development

Collapse
 
aris profile image
Aris Ripandi

Using container or virtualization good for isolation, but the impact is speed more slower.

Other thing I don't like if using Sail, or another dockerized container: we still need to install PHP, Composer, and Nodejs inside our machine.

Until now, I still using Valet and I love it. But, one thing I don't like is:
PHP-FPM log file are going bigger. In my machine it can be 7 or 8 gb for some couple days :-(

Collapse
 
dakira profile image
Matthias Niess

Have you looked at the log file? Something seems to be wrong with your setup. My php-fpm.log never grows bigger than a couple of kilobytes.. and only for errors.