lara-zeus/installer

filament application installer.

0.0.1 2024-01-27 11:08 UTC

This package is auto-updated.

Last update: 2024-04-27 11:54:10 UTC


README

Build Status Total Downloads Latest Stable Version License

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/filament-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 🙏🏽