Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 388 Bytes

README.md

File metadata and controls

16 lines (16 loc) · 388 Bytes

Filament PHP Playground

A demo Filament app containing solutions for questions given in the Filament Community (non-official) Telegram Group

How to start?

  1. Clone the repo
  2. Install dependencies:
    composer install
  1. Run migrations
    php artisan migrate
  1. Create a filament user:
    php artisan filament:user