harish/laravel-admin

Laravel Admin Panel Package.

v6.0.7 2018-08-08 10:18 UTC

README

Compatibility

- Laravel +5.5

Step to Install

You can install this package into your Laravel application by running this bellow command into your root directory.

    composer require harish/laravel-admin

Publish all the things in your application via bellow command.

    php artisan multidots-admin:install

Database migration

    php artisan migrate

Database seeding

Run the bellow commands:

    composer dump-autoload
    
    php artisan db:seed --class=AdministratorsTableSeeder

Run the laravel application

    php artisan serve

You have done.

Go to http://127.0.0.1:8000/admin/ for open laravel admin panel.

user: demo@gmail.com
password: thinker99