Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 782 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 782 Bytes

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