Skip to content

dark-wind/demo

Repository files navigation

Package banner

Filament demo with Order, Customer and Product

Getting Started

git clone https://github.com/laravel-filament/demo.git
cd demo
composer install
cp .env.example .env

create your database and config the .env

php artisan migrate
php artisan key:generate
php artisan db:seed

You may have to wait 10 minutes or more for seed,

alternative, reduce the number in the demo/database/seeders/DatabaseSeeder.php

php artisan make:filament-user
php artisan serve

then, you can visit http://localhost/admin/login

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published