auroralumina / lumina
1.2.2
2024-06-05 03:55 UTC
Requires
- auroralumina/framework: 1.2.1
- auroralumina/view: 1.1
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