gabootsoft / gaboot by b7d6f001

The Laravel Framework.
8
0
2
Package Data
Maintainer Username: b7d6f001
Package Create Date: 2017-04-05
Package Last Update: 2017-11-02
Home Page:
Language: PHP
License: MIT
Last Refreshed: 2024-04-23 03:04:23
Package Statistics
Total Downloads: 8
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

[LEGACY] [READ ONLY] :lock:

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.

Screenshot 1

Screenshot 1

Screenshot 2

Screenshot 2