laravel-angular-admin

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

  • Owner: silverbux/laravel-angular-admin
  • Platform:
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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.

admin@example.com / password

laradmin

Installation

$ composer install && npm install

Open .env and enter necessary config for DB and Oauth Providers Settings.

$ php artisan migrate
$ php artisan db:seed

Work Flow

General Workflow

$ php artisan serve --host=0

Open new terminal

$ gulp && gulp watch

Default Username/Password: admin@example.com / 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)

Need Help?

You need help customizing? You have an awesome project and you need to hire a coder? hit me up with a message my email address is indicated on my [Github Profile] (https://github.com/silverbux) OR send me a message on skype: silverbux

Features

Built With

Deploy to heroku

Deploy

  1. Click deploy button
  2. After build and "successfully deployed", Click Manage App
  3. Go to settings and click "Reveal Config Vars"
  4. Set necessary config for DB based from CLEARDB_DATABASE_URL or from your custom database
  5. Execute migration and db seed with the following commands

Database Migration

$ heroku run php artisan migrate --app your_app_name

Database Seeds

$ heroku run php artisan migrate --app your_app_name

Contributing

Thank you for contributing to this repository.

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

Main metrics

Overview
Name With Ownersilverbux/laravel-angular-admin
Primary LanguageHTML
Program languageHTML (Language Count: 5)
Platform
License:MIT License
所有者活动
Created At2016-04-18 10:17:57
Pushed At2017-11-27 08:38:04
Last Commit At2016-10-02 00:44:24
Release Count7
Last Release Namev0.4.2 (Posted on )
First Release Namev0.1.0 (Posted on )
用户参与
Stargazers Count0.9k
Watchers Count107
Fork Count414
Commits Count97
Has Issues Enabled
Issues Count67
Issue Open Count28
Pull Requests Count43
Pull Requests Open Count3
Pull Requests Close Count4
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private