lalaz / app
Create a new Lalaz application with an interactive wizard
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
pkg:composer/lalaz/app
Requires
- php: ^8.3
- lalaz/framework: ^1.0.0-rc.2
This package is not auto-updated.
Last update: 2026-01-12 16:20:49 UTC
README
Interactive wizard to create new Lalaz applications.
Usage
composer create-project lalaz/app my-project
The wizard will ask you:
- Project type (Web or API)
- Features to include (Database, Auth, Cache, Queue, Docker)
- Configuration preferences
What Gets Created
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
License
MIT