This is the free example of Prop Trading Dashboard created based on prop-admin
. You can use it as a starting point and then customize your own dashboard.
```bash
composer install
composer update
# rename `.env.example` to `.env`
php artisan key:generate
npm install --global yarn
php artisan admin:minify default
php artisan admin:publish
# fill db from sql: database\sql\sneat-admin-demo.sql
php artisan serve
```
use file database\sql\sneat-admin-demo.sql
login: admin
password: admin
Demo of prop-admin
is based on the following plugins or services:
http://prop-admin-dash.dev4traders.com/
prop-admin
is licensed under The MIT License (MIT).