Interactive wizard to create new Lalaz applications.
composer create-project lalaz/app my-projectThe wizard will ask you:
- Project type (Web or API)
- Features to include (Database, Auth, Cache, Queue, Docker)
- Configuration preferences
Depending on your choices, you'll get:
- ✅ Configured
composer.jsonwith the right packages - ✅
.envfile with your database settings - ✅ Routes, controllers, and project structure
- ✅ Docker setup (optional)
- ✅ Ready to run
php lalaz serve
MIT