auroralumina / lumina
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
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