aeros/app
The blueprint for Aeros Applications.
Maintainers
v3.1.4
2025-12-10 06:39 UTC
Requires
- php: ^8.2
- aeros/framework: *
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 78716bbbc2eb8edd052ac4ec640f2f3b97f7cdad
README
👁 License: MIT
👁 GitHub release
👁 GitHub tag
👁 GitHub downloads
👁 GitHub language count
👁 GitHub stars
👁 GitHub forks
Aeros Blueprint for Aeros framework
Working on it
Setup
- Run
vagrant up. If required, authorize NFS configuration - Add .env file and update database section
- SSH to VM:
vagrant ssh - CD into
cd /var/www/htmlthen - Run
composer install - Run
composer cc && composer dump -o - Run next command from within working directory
php aeros run:app
