DALT.PHP
Reference

Deployment and security

Understand DALT.PHP's public deployment boundary and security resources.

DALT.PHP is an educational framework. Its built-in php artisan serve command is for local development, not production hosting. If you adapt a project for deployment, serve only public/, install PHP dependencies with composer install --no-dev --optimize-autoloader, set APP_ENV=production and APP_DEBUG=false, configure HTTPS and secure session cookies, and review the repository security policy.

Read SECURITY.md on GitHub