theloopcraft / demo

demo

Home Page:https://demo.filamentphp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo App

A demo application to illustrate how Admin works.

Filament Demo

Installation

Clone the repo locally:

git clone https://github.com/theloopcraft/demo.git

Install PHP dependencies:

composer install

Setup configuration:

cp .env.example .env

Generate application key:

php artisan key:generate

Create an SQLite database. You can also use another database (MySQL, Postgres), simply update your configuration accordingly.

touch database/database.sqlite

Run database migrations:

php artisan migrate

Run database seeder:

php artisan db:seed

Create a symlink to the storage:

php artisan storage:link

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

php artisan serve

You're ready to go! Visit the url in your browser, and login with:

About

demo

https://demo.filamentphp.com

License:MIT License


Languages

Language:PHP 91.1%Language:Blade 8.5%Language:Shell 0.4%