12

GitHub - laravel-filament/demo: Source code for the filamentadmin.com website.

 3 years ago
source link: https://github.com/laravel-filament/demo
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

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:


Recommend

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK