More Premium Hugo Themes Premium Vue Themes

Laravel Adminlte

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

Laravel Adminlte

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

Author Avatar Theme by devloopsnet
Github Stars Github Stars: 6
Last Commit Last Commit: Jan 25, 2021 -
First Commit Created: Dec 18, 2023 -
Laravel Adminlte screenshot

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.