Skip to content

lalaz-foundation/app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lalaz App Installer

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.json with the right packages
  • .env file with your database settings
  • ✅ Routes, controllers, and project structure
  • ✅ Docker setup (optional)
  • ✅ Ready to run php lalaz serve

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published