Voyager project is an admin interface using Laravel Framework (PHP).
A step by step how to get a development env running
$ git clone https://github.com/maulana20/voyager-demo
$ composer install
- Create .env file as per .env.example. #REQUIRED line must be change
$ php artisan key:generate
$ php artisan storage:link
(Command to generate a symbolic link from public / storage to storage / app / public)$ php artisan voyager:install --with-dummy
(Command to generate dummy data will include 1 admin account (if no users already exist), 1 demo page, 4 demo posts, 2 categories and 7 settings)$ php artisan migrate --seed
- Set DocumentRoot to {PROJECT_HOME} / public
- Access from Browser with http:domain/admin
username : admin@admin.com
password : password