Skip to content

I created an admin panel for a Laravel application using Filament. Filament made it easy to build and customize the admin panel, providing a simple and efficient way to manage the application.

Notifications You must be signed in to change notification settings

Majid-Razzaq/laravel-filament-admin-panel

Repository files navigation

Laravel Logo

Laravel Filament Admin Panel

Requirements

  • Laravel = 11.20.0
  • PHP = 8.2.12
  • Composer Version = 2.7.7

Getting Started

  • Clone the repository.
  • Run composer install to install dependencies.
  • Set up your database configuration in the .env file.
  • Run php artisan migrate to create the necessary database tables.
  • Customize the application as needed.
composer install
php artisan migrate
php artisan serve

About

I created an admin panel for a Laravel application using Filament. Filament made it easy to build and customize the admin panel, providing a simple and efficient way to manage the application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published