Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/auroralumina/lumina

1.2.2 2024-06-05 03:55 UTC

This package is auto-updated.

Last update: 2025-10-10 00:34:01 UTC


README

This makes setting up a Aurora application quick and easy.

Install

You will require PHP 8.3 or newer.

composer create-project auroralumina/lumina [my-app]

Replace [my-app] with the desired directory name for your new application.

  • Your virtual host document root is public/ directory.

To run the application in development

php -S 127.0.0.1:8080 -t public