Is there a way to use the PHP’s built in web server for development? It’s quite handy and works great in Laravel und Symfony projects.
Found it:
./flow server:run
php.ini
memory_limit = 256M
Is there a way to use the PHP’s built in web server for development? It’s quite handy and works great in Laravel und Symfony projects.
Found it:
./flow server:run
php.ini
memory_limit = 256M