An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        



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.

```javascript
composer install
```

```javascript
php artisan migrate
```

```javascript
php artisan serve
```