https://github.com/majid-razzaq/laravel-filament-admin-panel
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.
https://github.com/majid-razzaq/laravel-filament-admin-panel
admin-dashboard admin-panel dashboard filament filament-plugin filamentadmin laravel laravel-application laravel-filament laravel11 mysql
Last synced: 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/majid-razzaq/laravel-filament-admin-panel
- Owner: Majid-Razzaq
- Created: 2024-08-22T19:46:28.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-23T16:48:40.000Z (9 months ago)
- Last Synced: 2025-01-17T20:33:55.707Z (4 months ago)
- Topics: admin-dashboard, admin-panel, dashboard, filament, filament-plugin, filamentadmin, laravel, laravel-application, laravel-filament, laravel11, mysql
- Language: PHP
- Homepage:
- Size: 876 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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.```javascript
composer install
``````javascript
php artisan migrate
``````javascript
php artisan serve
```