Laravel + Angularjs + Bootstrap + AdminLTE binded by Gulp workflow Admin Dashboard Boilerplate. Plus Oauth and JWT authentication on the side.
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
$ 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
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)
[Read Full Documentation] (http://silverbux.github.io/laravel-angular-admin)
- [JWT-Auth] (https://github.com/tymondesigns/jwt-auth)
- [Socialite] (https://github.com/laravel/socialite)
- [Dingo/API] (https://github.com/dingo/api)
- [Restangular] (https://github.com/mgonto/restangular)
- [UI-Router] (https://github.com/angular-ui/ui-router/)
- Access Control List
- [Romanbican/Roles] (https://github.com/romanbican/roles)
- [Angular ACL] (https://github.com/mikemclin/angular-acl)
- [Laravel] (http://laravel.com)
- [Angularjs] (https://angularjs.org)
- [Twitter Bootstrap] (https://getbootstrap.com)
- [Composer] (https://getcomposer.org/)
- [Gulp.JS] (http://gulpjs.com/)
- [BOWER] (http://bower.io/)
- [NPM] (https://www.npmjs.com/)
Please read code_of_conduct.md for details on our code of conduct, and the process for submitting pull requests to us.
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.
- [Laravel-Angular (Material)] (https://laravel-angular.readme.io)
- [AdminLTE] (https://github.com/almasaeed2010/AdminLTE)
This project is licensed under the MIT License - see the LICENSE file for details