2017 © Pedro Peláez
 

project laravel-adminlte

his skeleton provides a barebone Laravel Application with AdminLTE Template.

image

krisanalfa/laravel-adminlte

his skeleton provides a barebone Laravel Application with AdminLTE Template.

  • Saturday, February 27, 2016
  • by krisanalfa
  • Repository
  • 1 Watchers
  • 1 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Laravel with AdminLTE Template

This skeleton provides a barebone Laravel 5.2 Application with AdminLTE Template., (*1)

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/

The Versions

27/02 2016

dev-master

9999999-dev

his skeleton provides a barebone Laravel Application with AdminLTE Template.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel framework