1.2.2 2024-06-05 03:55 UTC

This package is auto-updated.

Last update: 2025-01-09 22:47:55 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