7
1
1
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-02-01 03:05:49
Package Statistics
Total Downloads: 7
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

AuroraLumina Skeleton Application

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