| Package Data | |
|---|---|
| Maintainer Username: | thalysmarciobn |
| Package Create Date: | 2024-05-21 |
| Package Last Update: | 2024-06-09 |
| Home Page: | |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-29 03:06:11 |
| Package Statistics | |
|---|---|
| Total Downloads: | 8 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 1 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
This makes setting up a Aurora application quick and easy.
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.
public/ directory.To run the application in development
php -S 127.0.0.1:8080 -t public