Skip to content

avlima/laravel5-angular-adminlte

Repository files navigation

laravel5-angular-adminlte

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

Quick start

1 - Clone the repo:

git clone https://github.com/avlima/laravel5-angular-adminlte.git

2 - 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 | php

or if you don't have curl:

php -r "readfile('https://getcomposer.org/installer');" | php

4 - Composer Install

composer install

5 - Installing gulp and laravel-exilir in node_modules directory

sudo npm install

and

sudo npm install gulp -g

6 - 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 bower

7 - Installing all dependencies set in vendor / bower_components.

bower install

If 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 -production

9 - Generate key with artisan.

Rename the file .env.axample to .env

mv .env.axample .env

and

php artisan key:generate

10 - 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.

About

A MVC skeleton on the arms of Laravel 5 + AngularJS + AngularUI Router + AdminLTE 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published