Download the PHP package gionnivaleriana/laravel-adminlte without Composer
On this page you can find all versions of the php package gionnivaleriana/laravel-adminlte. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download gionnivaleriana/laravel-adminlte
More information about gionnivaleriana/laravel-adminlte
Files in gionnivaleriana/laravel-adminlte
Package laravel-adminlte
Short Description Almsaeed's AdminLTE Template for Sleeping Owl's Admin Generator plugin for Laravel 5
License MIT
Informations about the package laravel-adminlte
Laravel AdminLTE
An Almsaeed's AdminLTE template built for Sleeping Owl's Admin, an administrative interface builder for Laravel 5.
- Installation
- Usage
- Requirements
- Author
Installation
Step 1: Download the package
Open a command console, enter your project directory and execute the following command to download the latest stable version of this package:
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Step 2: Enable the package
Then, enable the package by adding the following line in the app/config.php
file of your project:
Step 3: Use the package
To use the package/template overriding the default one by Sleeping Owl, modify the following line in the app/admin.php
file of your project:
The app/admin.php
file is generated during the Sleeping Owl's Admin package installation by the command admin:install
.
Then publish the assets (css, js..) to your public folder with the command
Add the styles and scripts in the AppServiceProvider
And then load that with Sleeping Owl's bootstrap script
Usage
Let's start creating a "Start Page" menu item as described in Sleeping Owl's doc.
Standard blank page
To view the standard blank page from this package, in \App\HTTP\Controllers\AdminController
the method AdminController::getIndex()
should return this:
Custom page/view
To use instead a custom view, let's create a new one in the view folder (default in resources/views
)
Then return it in AdminController::getIndex()
Requirements
Author
Joy Lazari (Gionni Valeriana)
All versions of laravel-adminlte with dependencies
laravel/framework Version ~5.0
sleeping-owl/admin Version ~2.0
almasaeed2010/adminlte Version ~2