Looking to hire Laravel developers? Try LaraJobs

laravel-admin maintained by acid23m

Description
Admin panel for Laravel application.
Author
Last update
2021/01/20 21:46 (dev-master)
License
Links
Downloads
75
Tags

Comments
comments powered by Disqus

Admin panel for Laravel

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

Installation

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

Usage

Go to https://your.site.com/admin.

Read the Documentation.

License

All contents of this package are licensed under the MIT license.