Laravel 5.3 QuickAdmin install – part 3

Open:

config/app.php

insert

Laraveldaily\Quickadmin\QuickadminServiceProvider::class,

C:\server\UniServerZ_2016\www\projects\laravel5\quickadmin_test>php artisan quickadmin:install
Please note: QuickAdmin requires fresh Laravel installation!
Starting installation process of QuickAdmin…
1. Copying initial files
Migrations were transferred successfully
2. Running migration
Migration table created successfully.
Migrated: 2014_10_12_000000_create_users_table
Migrated: 2014_10_12_100000_create_password_resets_table Migrated: 2015_10_10_000000_create_menus_table
Migrated: 2015_10_10_000000_create_roles_table
Migrated: 2015_10_10_000000_update_users_table
Migrated: 2015_12_11_000000_create_users_logs_table
Migrated: 2016_03_14_000000_update_menus_table
3. Create first user

Administrator name:
> admin

Administrator email:
> ****@*****

Administrator password:
>
User has been created
4. Copying master template to resource\views….
Master template was transferred successfully
Installation was successful. Visit your_domain.com/admin to access admin panel

C:\server\UniServerZ_2016\www\projects\laravel5\quickadmin_test>

Blogbook : PHP | Javascript | Laravel | Corcel | CodeIgniter | VueJs | ReactJs | WordPress