Skip to content

A Filament dashboard to perform simple crud opreations

Notifications You must be signed in to change notification settings

MohAlkurdi/filament-dashboard

Repository files navigation

Filament Dashboard

A demo application to perform crud operations

Installation

Clone the repo locally:

git clone https://github.com/MohAlkurdi/filament-dashboard.git filament-dashboard && cd filament-dashboard

Install PHP dependencies:

composer install

Setup configuration:

cp .env.example .env

Generate application key:

php artisan key:generate

Run database migrations:

php artisan migrate

Run database seeder:

php artisan db:seed

Run the dev server (the output will give the address):

php artisan serve

You're ready to go! Visit http://localhost:8000/admin/login in your browser, and login with:

About

A Filament dashboard to perform simple crud opreations

Resources

Stars

Watchers

Forks