lalaz/app

Create a new Lalaz application with an interactive wizard

Maintainers

Package info

github.com/lalaz-foundation/app

Type:project

pkg:composer/lalaz/app

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0-rc.2 2025-12-15 02:10 UTC

This package is not auto-updated.

Last update: 2026-03-23 17:34:48 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.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