lara-zeus / installer
filament application installer.
Fund package maintenance!
atmonshi
Requires
- php: ^8.2
- illuminate/filesystem: ^10.20|^11.0
- illuminate/support: ^10.20|^11.0
- laravel/prompts: ^0.1
- symfony/console: ^6.2|^7.0
- symfony/process: ^6.2|^7.0
Requires (Dev)
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^10.4
README
Note:
This is a fork from Laravel Installer, and I only added the filament instalation with a defualt panel and crete a user for you.
any feedbacks are welcome
Installation
composer global require lara-zeus/installer
Usage:
from your terminal run the command:
filament new app
follow the steps, and you're done.
this will do:
- install laravel
- setup the database (tested in MySql only)
- install filament
- create default panel called "admin"
- create a new user in the DB with the email: "admin@app.com" and the password: "password"
still in beta feel free to open an issue or send a PR 🙏🏽