Looking to hire Laravel developers? Try LaraJobs

laravel-adminlte maintained by krisanalfa

Description
his skeleton provides a barebone Laravel Application with AdminLTE Template.
Last update
2016/02/27 20:04 (dev-master)
License
Links
Downloads
13

Comments
comments powered by Disqus

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/