/laravel-filament-skeleton

Laravel started project with Filament include OTP (one time password) feature with email

Primary LanguagePHP

Laravel Filament Skeleton

How to use

  1. Clone this project
  2. Setup .env and database
  3. Setup smtp (required) used for otp
  4. run composer install
  5. run npm install && npm run dev
  6. run php artisan key:generate
  7. run php artisan migrate
  8. run php artisan make:filament-user
  9. run php artisan serve
  10. Enjoy this project

Hope it works !