krisanalfa/laravel-adminlte
his skeleton provides a barebone Laravel Application with AdminLTE Template.
13
1
| Install | |
|---|---|
composer require krisanalfa/laravel-adminlte |
|
| PHP: | >=5.5.9 |
| License: | MIT |
| Last Updated: | Feb 27, 2016 |
| Links: | GitHub · Packagist |
Maintainer: krisanalfa
Laravel with AdminLTE Template
This skeleton provides a barebone Laravel 5.2 Application with AdminLTE Template.
Quick Start
# Clone this repo
composer create-project krisanalfa/laravel-adminlte app
# Change active directory to 'app', as we clone this repo to 'app' folder
cd app
# You may remove the git repository
# rm -rf .git
# You may need to install bower as global package via:
# npm install -g bower
bower install
# Install all required node.js package like gulp, elixir, etc
npm install
# You may need to install gulp as global package via:
# npm install -g gulp
gulp
# After all, install your PHP dependencies library via composer
composer install -vvv
# Launch your app via PHP development server
php artisan serve
# Open your browser to http://localhost:8000/