-
Tested on APACHE PHP 7.4
-
basic app workflow
- routes.php has routes registered
- matches to give controller@method
- method can be injected with FormRequests which processes validation
- laravel inspired
<VirtualHost glofox.local:80>
ServerName http://glofox.local
ServerAdmin webmaster@localhost
DocumentRoot /var/www/glofox
<Directory "/var/www/glofox">
AllowOverride All
order allow,deny
allow from all
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>