I find confusing that Laracast documentation on Deployement (sorry no link permitted) explains with Ngix (exit apache :/ ) server configuration using PHP-fpm pointing to index . php while every other tutorials I can find points DocumentRoot to the public folder and that's it. No use of PHP-fpm..
Does it make a difference not to use PHP-fpm ? (performance ??)
Is it impossible with apache ??!?