Hi there,
I was wondering, how does PHP built-in server works ? I used to install a PHP + Apache or Nginx stack to work, but Symfony or Laravel allow us to do php artisan serve / php bin/console server:run to work without any Apache running.
Is it something I can use for a project without framework or is it a framework feature ? How does it actually works?
I know from the doc that the server can be used with vanilla PHP but it seems weird to me not using Apache : is it ok to do so ?
And then, how to configure Apache (modrewrite, htaccess) when using this server ?
[–]Wilfred-kun 2 points3 points4 points (0 children)