- PHP >= 7.4
- MySQL or MariaDB
- Webserver - Apache or nginx
- Composer
- Bash
- Xdebug (optional, for Code Coverage)
- Login to application"s root dir
- Edit
deploy.sh
and update paths to yourphp
,composer.phar
andphpunit
as needed - Run
sh deploy.sh
for dev andsh deploy.sh prod
for prod - Point your document root to
/public
- Update
.env
with your database credentials - Open
curl.sh
for API samples