This is demo application for SleepingOwl Admin.
You can watch live http://demo.sleepingowladmin.ru/admin
Login: admin@site.com Password: password
Enjoy!
- After cloning the repository run
composer install
- Create
.env
file from.env.example
and replace database and other data to you inside - Run
composer update
- Run
php artisan key:generate
- Run
php artisan migrate --seed
Enjoy!
- Install docker & docker-compose
- After cloning the repository run
docker-compose up -d
- Put
your-docker-ip demo.soa.com
into your hosts file - Run
php artisan migrate --seed
Enjoy!
Documentation can be found in the SleepingOwl Admin documentation.
The SleepingOwl Admin demo application is open-sourced software licensed under the MIT license