All Projects → jeroennoten → Laravel Adminlte

jeroennoten / Laravel Adminlte

Licence: mit
Easy AdminLTE integration with Laravel

Programming Languages

PHP
23972 projects - #3 most used programming language
Blade
752 projects

Projects that are alternatives of or similar to Laravel Adminlte

Laravel Adminpanel
A Laravel Admin Panel (Laravel Version : 6.0)
Stars: ✭ 774 (-74.11%)
Mutual labels:  laravel, adminlte
Fullycms
Fully CMS - Multi Language Content Management System - Laravel
Stars: ✭ 465 (-84.45%)
Mutual labels:  laravel, adminlte
Laravel Admin Starter
A Laravel Admin Starter project with Page Builder, Roles, Impersonation, Analytics, Blog, News, Banners, FAQ, Testimonials and more
Stars: ✭ 240 (-91.97%)
Mutual labels:  laravel, adminlte
Adminlte Laravel
A Laravel 5 package that switchs default Laravel scaffolding/boilerplate to AdminLTE template and Pratt Landing Page with Bootstrap 3.0
Stars: ✭ 1,814 (-39.33%)
Mutual labels:  laravel, adminlte
Laravelinventry
Stock management application using Laravel 5.4
Stars: ✭ 60 (-97.99%)
Mutual labels:  laravel, adminlte
Base
Until 2018, Backpack v3 used this Base package to offer admin authentication and a blank admin panel using AdminLTE. Backpack v4 no longer uses this package, they're now built-in - use Backpack/CRUD instead.
Stars: ✭ 848 (-71.64%)
Mutual labels:  laravel, adminlte
Adminlte Generator
Boilerplate of Laravel with InfyOm Laravel Generator for AdminLTE Templates
Stars: ✭ 300 (-89.97%)
Mutual labels:  laravel, adminlte
Laravel Adminlte Components
Laravel Blade Components For AdminLTE Bootstrap Admin Template
Stars: ✭ 50 (-98.33%)
Mutual labels:  laravel, adminlte
Employee Mgmt Laravel5.4 Adminlte
The project is using laravel 5.4 and adminlte
Stars: ✭ 141 (-95.28%)
Mutual labels:  laravel, adminlte
Ignition Go
Bootstrap4 /Codeigniter 3 Modular (HMVC) App Building Framework - to build enterprise class web applications... Versions: CodeIgniter 3.1.9 AdminLTE 3.4 Bootstrap 4.5.0
Stars: ✭ 166 (-94.45%)
Mutual labels:  laravel, adminlte
Laravel Database Mail Templates
Render Laravel mailables based on a mail template stored in the database
Stars: ✭ 226 (-92.44%)
Mutual labels:  laravel
Laravel Book
Up to date Epub, Mobi and PDF versions from the official Laravel Docs
Stars: ✭ 221 (-92.61%)
Mutual labels:  laravel
Auth Tests
Always-current tests for Laravel's authentication system. Curated by the community.
Stars: ✭ 230 (-92.31%)
Mutual labels:  laravel
Lang.js
🎭 Laravel Translator class in JavaScript!
Stars: ✭ 232 (-92.24%)
Mutual labels:  laravel
Laravel Crawler Detect
A Laravel wrapper for CrawlerDetect - the web crawler detection library
Stars: ✭ 227 (-92.41%)
Mutual labels:  laravel
Laravel Query Monitor
Simple artisan command to monitoring triggered queries
Stars: ✭ 230 (-92.31%)
Mutual labels:  laravel
Fata
From Apprentice To Artisan. 在线阅读
Stars: ✭ 227 (-92.41%)
Mutual labels:  laravel
Laravel React Blog
基于 Laravel 5.5 和 React 的个人博客系统
Stars: ✭ 226 (-92.44%)
Mutual labels:  laravel
Laravel Tag Helper
Add powerful HTML tag helpers to your Laravel application
Stars: ✭ 227 (-92.41%)
Mutual labels:  laravel
Forum
Ama Laravel? Torne se um Jedi e Ajude outros Padawans
Stars: ✭ 233 (-92.21%)
Mutual labels:  laravel

Easy AdminLTE integration with Laravel

Latest Packagist Version Total Downloads GitHub Workflow Status Quality Score Code Coverage StyleCI

This package provides an easy way to quickly set up AdminLTE v3 with Laravel (6 or higher). It has no requirements and dependencies besides Laravel, so you can start building your admin panel immediately. The package provides a blade template that you can extend and advanced menu configuration possibilities. Also, and optionally, the package includes a set of AdminLTE styled authentication views that you can use in replacement of the ones that are provided by the laravel/ui authentication scaffolding.

If you want to use an older Laravel or AdminLTE version, review the following package releases:

  • Releases 1.x: These releases supports Laravel 5 and include AdminLTE v2
  • Releases 2.x: These releases supports Laravel 6 or higher and include AdminLTE v2

Documentation

All documentation is available on the Wiki Pages, we encourage you to read it. If you are new start with the Installation Guide. To update the package consult the Updating Guide.

Requirements

The current package requirements are:

  • Laravel >= 6.x
  • PHP >= 7.2

Issues, Questions and Pull Requests

You can report issues or ask questions in the issues section. Please, start your issue with [BUG] and your question with [QUESTION] in the subject.

If you have a question, it is recommended to search and check the closed issues first.

To submit a Pull Request, please fork this repository, create a new branch and commit your new/updated code in there. Then open a Pull Request from your new branch. Refer to the contribution guidelines for detailed instructions. When submitting a Pull Request take the next notes into consideration:

  • Check that the Pull Request don't introduce a high downgrade on the code quality.
  • If the Pull Request introduce new features, consider adding the related documentation of this feature on the Wiki documentation.
  • Keep the package focused, don't add special support to other packages or to very particular situations. These changes will make the package more hard to maintain.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].