aw-studio / fjord-playground

An eample project set up with Fjord

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fjord Playground

Fjord playground is an example project for the fjord admin panel. It gives an overview of the functions and the possibility to try them out. You can simply visit the project on demo.fjord-admin.com or install it locally.

Install

Step 1. Clone

Clone the project via git:

git clone https://github.com/aw-studio/fjord-playground.git

Step 2. Setup

Create a .env file.

cp .env.example .env

Setup a database connection.

Step 3. Install

Run all seeders using fjord-playground:install

php artisan fjord-playground:install

About

An eample project set up with Fjord


Languages

Language:PHP 78.5%Language:HTML 13.7%Language:Blade 4.0%Language:Vue 3.5%Language:Shell 0.2%