Skip to content

dev4traders/prop-admin-demo

Repository files navigation

Dashboard Template for Prop Trading Company

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.

Example of Prop Admin Use

Quick Steps

```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
```

Database in SQL File

use file database\sql\sneat-admin-demo.sql

Test Credentials

login: admin
password: admin

Other

Demo of prop-admin is based on the following plugins or services:

Demo:

http://prop-admin-dash.dev4traders.com/

License

prop-admin is licensed under The MIT License (MIT).