Build PHP applications without hiding how they work.
Install DALT.PHP, follow each request through readable framework code, and learn beside the version running on your machine.
Install and start locally
composer create-project ibnuafdel/daltphp my-project
cd my-project
php artisan serveContinue at the printed address, then open
/learn.Inspect the framework contract.
The public documentation stays close to DALT.PHP source. Canonical pages identify the source file and revision used to build them.
The complete course runs beside your code.
Your installed DALT.PHP application owns the version-matched roadmap, guided lessons, debugging challenges, progress, and automatic verification.
- Roadmap
- Topics stay connected to their prerequisites.
- Lessons
- Examples match the framework version you installed.
- Challenges
- Diagnose broken scenarios in a real project.
- Verification
- Check repairs from the command line.
Open the address printed by php artisan serve, then visit /learn.
The learning platform is optional and removable. The public site provides a compact preview instead of copying the curriculum.
See how local learning works