gabootsoft/gaboot

Laravel 框架。

v0.3.8 2017-11-02 21:57 UTC

README

Gaboot

  • AngularJS, angular-material, 渐进式网络应用程序
  • 使用 Laravel 作为 restful 后端 API
  • 模块化开发,应用程序拆分为模块/包,可通过 composer 分发。
  • 仪表板自动创建数据、分页、限制特定部分、菜单可见性等的 UI CRUD。
  • 用户、权限、角色、ACL、JwtAuth、Oauth2。

安装

需求: nodejs < v8, bower, gulp, yarn, composer 在本地安装。

在终端输入

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
# https://:8000/
# https://:8000/admin
# Admin login, email: admin@admin.com , password: password

# Oauth2 server
# https://:8000/siegnor/oauth2/

开发

在终端运行 gulp watch 之前,先删除 ./public/build 目录。

另请参阅 组件文档

截图 1

Screenshot 1

截图 2

Screenshot 2