Skip to content

wychoong/filament-demo

This branch is 532 commits behind filamentphp/demo:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 17, 2021
8596a92 · Dec 17, 2021

History

54 Commits
Dec 16, 2021
Dec 17, 2021
Dec 13, 2021
Dec 16, 2021
Dec 17, 2021
Dec 15, 2021
Dec 13, 2021
Dec 16, 2021
Dec 14, 2021
Dec 16, 2021
Dec 13, 2021
Dec 16, 2021
Dec 13, 2021
Dec 17, 2021
Dec 16, 2021
Dec 13, 2021
Dec 16, 2021
Dec 13, 2021
Dec 14, 2021
Dec 16, 2021
Dec 13, 2021
Dec 13, 2021
Dec 16, 2021
Dec 13, 2021
Dec 13, 2021

Repository files navigation

Filament Demo App

A demo application to illustrate how Filament Admin works.

Installation

Clone the repo locally:

https://github.com/laravel-filament/demo.git filament-demo
cd filament-demo

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

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

Source code for the filamentadmin.com website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 91.2%
  • Blade 8.4%
  • Shell 0.4%