Skip to content

Laravel + Angularjs + Bootstrap + AdminLTE binded by Gulp workflow Admin Dashboard Boilerplate / Starter.

License

Notifications You must be signed in to change notification settings

borex/laravel-angular-admin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Angular Admin

Laravel + Angularjs + Bootstrap + AdminLTE binded by Gulp workflow Admin Dashboard Boilerplate. Plus Oauth and JWT authentication on the side.

Build Status js-standard-style GitHub license Code Climate Issue Count StyleCI

wercker status

Screenshots

Dashboard Screenshot

Login Screenshot

Demo

Click here for a live demo

Note: If you register or use Oauth to sign-in your info will be available on public under user lists component, you can use credentials below.

[email protected] / password

laradmin

Installation

$ composer install && npm install

Copy .env.example to .env and enter necessary config for DB and Oauth Providers Settings.

$ php artisan migrate
$ php artisan db:seed
$ php artisan key:generate

Work Flow

General Workflow

$ php artisan serve --host=0

Open new terminal

$ gulp && gulp watch

Default Username/Password: [email protected] / password

Angular Generators

$ artisan ng:page name       #New page inside angular/app/pages/
$ artisan ng:dialog name     #New custom dialog inside angular/dialogs/
$ artisan ng:component name  #New component inside angular/app/components/
$ artisan ng:service name    #New service inside angular/services/
$ artisan ng:filter name     #New filter inside angular/filters/
$ artisan ng:config name     #New config inside angular/config/

[Laravel Angular Generator] (https://github.com/jadjoubran/laravel-ng-artisan-generators)

Features

Built With

Contributing

Please read code_of_conduct.md for details on our code of conduct, and the process for submitting pull requests to us.

Acknowledgments / Credits

This project wont be possible without the following, We acknowledge and are grateful to these developers for their contributions to open source. All necessary credits are given.

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Laravel + Angularjs + Bootstrap + AdminLTE binded by Gulp workflow Admin Dashboard Boilerplate / Starter.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 39.1%
  • HTML 35.7%
  • JavaScript 23.5%
  • CSS 1.6%
  • ApacheConf 0.1%