Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.36 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.36 KB

Filament Installer

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