gabootsoft / gaboot
The Laravel Framework.
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=5.6.4
- barryvdh/laravel-cors: ^0.8.2
- consigliere/gaboot: 0.2.*
- irazasyed/jwt-auth-guard: ^1.0
- laravel/framework: 5.4.*
- laravel/tinker: ~1.0
- laravelangular/generators: 2.7.*
- onsigbaar/foundation: 0.3.*
- tymon/jwt-auth: 1.0.*@dev
Requires (Dev)
- fzaninotto/faker: ~1.4
- mockery/mockery: 0.9.*
- phpunit/phpunit: ~5.7
- symfony/css-selector: 3.1.*
- symfony/dom-crawler: 3.1.*
- xethron/migrations-generator: ^2.0
README
Gaboot
- AngularJS, angular-material, Progressive web apps
- Laravel as restful backend api
- Modular development, app breakdown into module/ package which can be distributed via composer.
- Admin dashboard automatically create UI CRUD for data, paging, restrict specific section, menu visibility and else.
- User, Permission, Role, ACL, JwtAuth, Oauth2.
Install
Require: nodejs < v8, bower, gulp, yarn, composer installed in local.
In the terminal type:
composer create-project gabootsoft/gaboot example --prefer-dist cd example bower install yarn # Create the database # Edit .env file, change default database credential with your data npm run app:install php artisan serve # In the browser go to # http://localhost:8000/ # http://localhost:8000/admin # Admin login, email: admin@admin.com , password: password # Oauth2 server # http://localhost:8000/siegnor/oauth2/
Development
Delete ./public/build
directory before in the terminal running gulp watch
.
See also components docs.