All Projects → rrpadilla → laravel-adminlte-boilerplate

rrpadilla / laravel-adminlte-boilerplate

Licence: other
Laravel 5.6+ AdminLTE

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects
Vue
7211 projects

Projects that are alternatives of or similar to laravel-adminlte-boilerplate

Appy
🚀 A full stack boilerplate web app
Stars: ✭ 225 (+400%)
Mutual labels:  adminlte, admin-dashboard, user-management
Vuejs Adminlte
Admin LTE Starter for Vue JS
Stars: ✭ 301 (+568.89%)
Mutual labels:  adminlte, admin-dashboard
OnceBuilder
OnceBuilder - managment tool, mange projects, templates, plugins in one place.
Stars: ✭ 18 (-60%)
Mutual labels:  adminlte, admin-dashboard
Yii2 Adminlte Asset
AdminLTE Asset Bundle for Backend Theme in Yii2 Framework
Stars: ✭ 1,124 (+2397.78%)
Mutual labels:  adminlte, admin-dashboard
Cms
Multilingual PHP CMS built with Laravel and bootstrap
Stars: ✭ 2,342 (+5104.44%)
Mutual labels:  admin-dashboard, laravel5
vue-admin-better
🚀🚀🚀vue admin,vue3 admin,vue3.0 admin,vue后台管理,vue-admin,vue3.0-admin,admin,vue-admin,vue-element-admin,ant-design,vue-admin-beautiful-pro,vab admin pro,vab admin plus,vue admin plus,vue admin pro
Stars: ✭ 12,962 (+28704.44%)
Mutual labels:  adminlte, admin-dashboard
Laravel5.5 Angular5
Laravel 5.5 + Angular 5 + AdminLTE single page application
Stars: ✭ 40 (-11.11%)
Mutual labels:  adminlte, laravel5
Fullycms
Fully CMS - Multi Language Content Management System - Laravel
Stars: ✭ 465 (+933.33%)
Mutual labels:  adminlte, laravel5
Kimai2
Kimai v2 is a web-based multiuser time-tracking application. Free for everyone: freelancers, agencies, companies, organizations - all can track their times, generate invoices and more. SaaS version available at https://www.kimai.cloud
Stars: ✭ 1,216 (+2602.22%)
Mutual labels:  adminlte, user-management
Bootstrap Simple Admin Template
The most reliable HTML, CSS, and JavaScript simple admin template for developing responsive, mobile first web applications on the web.
Stars: ✭ 92 (+104.44%)
Mutual labels:  adminlte, admin-dashboard
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 (+268.89%)
Mutual labels:  adminlte, admin-dashboard
Laracms
LaraCMS 是在学习 laravel ( web 开发实战进阶 + 实战构架 API 服务器) 过程中产生的一个业余作品,试图通过简单的方式,快速构建一套基本的企业站同时保留很灵活的扩展能力和优雅的代码方式,当然这些都得益Laravel的优秀设计。同时LaraCMS 也是一个学习Laravel 不错的参考示例。
Stars: ✭ 588 (+1206.67%)
Mutual labels:  admin-dashboard, laravel5
carpatin-dashboard-free
Carpatin is a React JS Admin Dashboard Template that focuses on the management flows of a back-office application. We leverage the Material-UI power of stylizing the components in a way that feels more professional.
Stars: ✭ 51 (+13.33%)
Mutual labels:  admin-dashboard, user-management
laravellte
Fully customizable and tests supported Laravel admin dashboard 2.0
Stars: ✭ 202 (+348.89%)
Mutual labels:  adminlte, admin-dashboard
Vue Admin Beautiful
🚀🚀🚀vue3 admin,vue3.0 admin,vue后台管理,vue-admin,vue3.0-admin,admin,vue-admin,vue-element-admin,ant-design,vue-admin-beautiful-pro,vab admin pro,vab admin plus主线版本基于element-plus、element-ui、ant-design-vue三者并行开发维护,同时支持电脑,手机,平板,切换分支查看不同的vue版本,element-plus版本已发布(vue3,vue3.0,vue,vue3.x,vue.js)
Stars: ✭ 10,968 (+24273.33%)
Mutual labels:  adminlte, admin-dashboard
Angular Adminlte
AngularjsApp Implementation of renowned Admin-LTE theme (https://github.com/almasaeed2010/AdminLTE) now with many useful directives and features.
Stars: ✭ 214 (+375.56%)
Mutual labels:  adminlte, admin-dashboard
boilerplate
Laravel AdminLTE 3 Boilerplate package with blade components, users, roles and permissions management
Stars: ✭ 167 (+271.11%)
Mutual labels:  adminlte, admin-dashboard
laravel5-breadcrumbs
Laravel 5 integration for our breadcrumbs package
Stars: ✭ 34 (-24.44%)
Mutual labels:  breadcrumbs
notus-angular
Notus Angular: Free Tailwind CSS UI Kit and Admin
Stars: ✭ 148 (+228.89%)
Mutual labels:  admin-dashboard
notus-js
Notus JS: Free Tailwind CSS UI Kit and Admin
Stars: ✭ 191 (+324.44%)
Mutual labels:  admin-dashboard

Laravel 5.6+ AdminLTE

Laravel 5.6+ and AdminLTE 2.4+

Included

How to use

Compatibility Chart

Laravel PHP Breadcrumbs AdminLTE
5.6+ 7.1+ 5.x 2.4+

Production

  • composer install --optimize-autoloader --no-dev
  • php artisan config:cache
  • php artisan route:cache
  • php artisan view:clear
  • Run all commands.
    • composer install --optimize-autoloader --no-dev && php artisan config:cache && php artisan route:cache && php artisan view:clear

Production - Configuring Trusted Proxies

Change your .env if:

  • you're using AWS ELB:
    • TRUSTEDPROXY_PROXIES="*"
    • TRUSTEDPROXY_HEADERS="HEADER_X_FORWARDED_AWS_ELB"
  • IP address (or range) of your proxy
    • TRUSTEDPROXY_PROXIES="192.168.1.1,192.168.1.2"
    • TRUSTEDPROXY_PROXIES="192.168.1.0/8"
    • TRUSTEDPROXY_HEADERS="HEADER_X_FORWARDED_ALL"
    • TRUSTEDPROXY_HEADERS="HEADER_FORWARDED"

Interface

laravel-adminlte

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].