Laravel Adminlte screenshot

Laravel Adminlte

Author Avatar Theme by Devloopsnet
Updated: 25 Jan 2021
6 Stars

A boilerplate AdminLTE for Laravel which includes, Admins, Roles, Users, Notifications, Generate Admin Menu from Controllers, Auto-Descover Permissions from routes and menus.

Categories

Overview

Laravel AdminLTE is a boilerplate admin theme for Laravel. It provides a complete package for managing administrators, roles, users, notifications, and generating admin menus from controllers. It also offers the convenience of automatically discovering permissions from routes and menus.

Features

  • Admins, Roles, and Users: Easily manage administrators, roles, and users within your Laravel application.
  • Notifications: Receive notifications for important actions or events within the admin panel.
  • Generate Admin Menu from Controllers: Automatically generate the admin menu based on your controller actions. Saves time and effort in managing the admin interface.

Installation

To install Laravel AdminLTE, follow these steps:

  1. Clone the repository.
  2. Run composer install to install the necessary dependencies.
  3. Run php artisan devloops:create-role to create a role.
  4. Run php artisan devloops:create-admin "System Admin" "admin@example.com" "{Password}" to create an admin user with the specified name, email, and password.
  5. Access the admin panel by navigating to admin/login and using the credentials you provided above.

Summary

Laravel AdminLTE is a powerful admin theme for Laravel applications. It provides a comprehensive set of features for managing administrators, roles, users, notifications, and generating admin menus. With easy installation and convenient integration with Laravel, it streamlines the development process and enhances the admin panel experience.