acid23m/laravel-admin

Admin panel for Laravel application.

Installs: 75

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:laravel-extension

v3.0.1 2021-01-20 20:46 UTC

README

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.