2017 © Pedro Peláez
 

project gaboot

The Laravel Framework.

image

gabootsoft/gaboot

The Laravel Framework.

  • Thursday, November 2, 2017
  • by b7d6f001
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 24 Versions
  • 0 % Grown

The README.md

[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., (*1)

In the terminal type:, (*2)

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., (*3)

See also components docs., (*4)

Screenshot 1

Screenshot 1, (*5)

Screenshot 2

Screenshot 2, (*6)

The Versions