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

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

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.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