krisanalfa / laravel-adminlte
his skeleton provides a barebone Laravel Application with AdminLTE Template.
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 3
Open Issues: 0
Type:project
pkg:composer/krisanalfa/laravel-adminlte
Requires
- php: >=5.5.9
 - laravel/framework: 5.2.*
 
Requires (Dev)
- fzaninotto/faker: ~1.4
 - mockery/mockery: 0.9.*
 - phpunit/phpunit: ~4.0
 - symfony/css-selector: 2.8.*|3.0.*
 - symfony/dom-crawler: 2.8.*|3.0.*
 
This package is auto-updated.
Last update: 2025-10-29 02:09:00 UTC
README
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/