2017 © Pedro Peláez
 

library adminlte

Install latest version of AdminLTE Control Panel and add some extra features in your Fresh Laravel 5 installation.

image

edujugon/adminlte

Install latest version of AdminLTE Control Panel and add some extra features in your Fresh Laravel 5 installation.

  • Sunday, September 10, 2017
  • by edujugon
  • Repository
  • 2 Watchers
  • 6 Stars
  • 92 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 3 Versions
  • 5 % Grown

The README.md

Admin LTE Control Panel and Laravel 5

This Package adds latest version of AdminLTE Control Panel and some extra features in your Fresh Laravel 5 installation., (*1)

Extra Features

  • Auth Views
  • Localization on views and functionality
  • Global file for Project Company Data.
  • More Features Coming Soon.

Installation

type in console:, (*2)

composer require edujugon/adminlte

Laravel 5.*

Register AdminLTE service by adding it to the providers array., (*3)

'providers' => array(
    ...
    Edujugon\AdminLTE\Providers\AdminLTEServiceProvider::class
)

Since this package integrates auth views you should set up the Laravel Authentication Feature first:, (*4)

Just run the following commands in your fresh Laravel application:, (*5)

  • php artisan make:auth

Then, (*6)

  • php artisan migrate

Publish AdminLTE Dependencies

Since you will typically need to overwrite the dependencies every time the package is updated, I recommend to use the --force flag., (*7)

php artisan vendor:publish --tag=adminLTE_dependencies --force

Publish Views

Publish the package's view files to the application's own view directory, (*8)

php artisan vendor:publish --tag=adminLTE_views --force

Publish Language Files and Controller.

Publish the package's language files to the application's own lang directory., (*9)

Publish the package's LanguageController file to the application's own Controllers directory, (*10)

Current Languages

  • English
  • Spanish
  • More Languages coming soon
php artisan vendor:publish --tag=adminLTE_languages

The last step is to add the below line to project's routes file., (*11)

Laravel 5.3

File: routes/web.php, (*12)

Minor than 5.3

File: app/routes.php, (*13)

Route::get('language/{lang}', 'LanguageController@index');

Publish Company parameters File.

It will publish a file where you may have all project company data in one place., (*14)

File Location: config/company.php, (*15)

php artisan vendor:publish --tag=adminLTE_config

AdminLTE Control panel Preview and Documentation

https://almsaeedstudio.com/, (*16)

The Versions

10/09 2017

dev-master

9999999-dev

Install latest version of AdminLTE Control Panel and add some extra features in your Fresh Laravel 5 installation.

  Sources   Download

MIT

The Requires

 

by Eduardo Marcos

laravel skeleton adminlte control panel

19/10 2016

v1.0.1

1.0.1.0

Install latest version of AdminLTE Control Panel and add some extra features in your Fresh Laravel 5 installation.

  Sources   Download

MIT

The Requires

 

by Eduardo Marcos

laravel skeleton adminlte control panel

17/10 2016

v1.0.0

1.0.0.0

Install latest version of AdminLTE Control Panel and add some extra features in your Fresh Laravel 5 installation.

  Sources   Download

MIT

The Requires

 

by Eduardo Marcos

laravel skeleton adminlte control panel