Skip to content

ZaiDeveloper/laravel-filament

Repository files navigation

Laravel Filament

This project is for my learning purpose to gain experience with filament.

Features:

  • Laravel 11
  • Mysql
  • Filament Authentication
  • Filament Dashboard
  • Filament CRUD
  • Filament Datatable
  • Filament Form
  • Filament Notification
  • Filament Infolist

Filament Website: https://filamentphp.com/

Installation

  • Clone the repo and cd into it
  • Run 'composer install'
  • Rename or copy .env.example file to .env
  • Run 'php artisan key:generate'
  • Set your database credentials in your .env file
  • Run migration 'php artisan migrate'
  • Run migration 'php artisan db:seed'
  • Laravel storage 'php artisan storage:link'
  • Run 'npm install && npm run dev'

Powered by ZAIZAINAL.COM

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published