harish / laravel-admin
Laravel Admin Panel Package.
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Language:HTML
Requires
- laravelcollective/html: 5.6.*
This package is auto-updated.
Last update: 2025-01-17 19:07:13 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