A MVC skeleton on the arms of Laravel 5 + AngularJS + AngularUI Router + AdminLTE 2
This skeleton use Composer, Laravel 5, AngularJS, AngularUI Router, AdminLTE 2 and jQuery
1 - Clone the repo:
git clone https://github.com/avlima/laravel5-angular-adminlte.git2 - Change to the directory created
cd laravel5-angular-adminlte/3 - Download Composer
Run this in your terminal to get the latest Composer version:
curl -sS https://getcomposer.org/installer | phpor if you don't have curl:
php -r "readfile('https://getcomposer.org/installer');" | php4 - Composer Install
composer install5 - Installing gulp and laravel-exilir in node_modules directory
sudo npm installand
sudo npm install gulp -g6 - Installing bower
Before you begin, make sure you already have the Bower installed, if not, use the npm that comes with nodejs to install this package manager.
sudo npm install -–global bower7 - Installing all dependencies set in vendor / bower_components.
bower installIf you have connection problems with the installation of the bower, please correct the problem with the command below and try novament.
git config --global url."https://".insteadOf git://8 - Running the elixir to copy the packages to their respective paths.
gulp -production9 - Generate key with artisan.
Rename the file .env.axample to .env
mv .env.axample .envand
php artisan key:generate10 - Start PHP Built-in web server:
php -S 127.0.0.1:8000 -t public/or
php -S 0.0.0.0:8000 -t public/##Copyright and license
Code and documentation copyright (c) 2015, Code released under the New BSD license.