Administrative part for the Site. Template is based on Bootstrap 4 and BootAdmin.
This package provides some useful functionality:
- Users with roles
- Login / logout
- Application settings
- Widgets for Blade
- Dashboard tools
The preferred way to install this extension is through Composer.
composer require --prefer-dist acid23m/laravel-admin
Once the extension is installed, do next:
- Install
make
tool.
sudo apt install make
- Install package.
php artisan admin:install
php artisan vendor:publish
Go to https://your.site.com/admin.
Read the Documentation.
All contents of this package are licensed under the MIT license.