Use PHP's built in server for development?

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.

http://php.net/manual/de/features.commandline.webserver.php

Found it:

./flow server:run

php.ini

memory_limit = 256M

yep, see http://flowframework.readthedocs.org/en/stable/TheDefinitiveGuide/PartV/CommandReference.html?highlight=server#typo3-flow-server-run

1 Like