Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

rrpadilla/laravel-adminlte-boilerplate

Folders and files

NameName
Last commit message
Last commit date
Dec 13, 2018
Feb 13, 2018
Jul 19, 2018
Jun 14, 2018
Jul 30, 2018
Sep 29, 2018
Jul 19, 2018
Feb 13, 2018
Jun 6, 2018
Jun 6, 2018
Feb 13, 2018
Feb 13, 2018
Oct 9, 2018
Feb 13, 2018
Mar 16, 2018
Dec 3, 2019
Feb 13, 2018
May 29, 2019
Jun 6, 2018
Oct 1, 2018
Feb 13, 2018
Feb 13, 2018

Repository files navigation

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

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