Download the PHP package jackchow/rbacshow without Composer

On this page you can find all versions of the php package jackchow/rbacshow. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package rbacshow

Rbac 演示后台

基于ThinkPHP5.1, layui2.3 的Jackchow/rbac权限包的演示后台

安装条件:

安装方法:

Git 安装

使用命令 git clone https://github.com/jackchow123456/jackchow-rbacshow

对了,不要忘了使用 composer install 或者 composer update 安装对应依赖

Composer 安装

使用命令 composer create-project jackchow/rbacshow

目录结构

基本主要的目录结构如下:

www  WEB部署目录(或者子目录)
├─application           应用目录
│  ├─common             公共模块目录(可以更改)
│  ├─admin              后台模块目录
│  │  ├─api             后台模块Api接口目录(放置相应的Api请求文件)
│  │  ├─behavior        表现层目录
│  │  ├─controller      控制器目录
│  │  ├─model           模型目录
│  │  ├─service         服务目录
│  │  ├─view            视图目录
│  │  ├─transformers    Api接口装换器目录 (放置相应的Api转换器文件)
│  │  ├─validate        验证类目录
│  │  └─ ...            更多类库目录
│  │
├─route                 路由定义目录
│  ├─route.php          路由定义
│  ├─api.php            api路由定义
│  └─...                更多
├─extend                扩展类库目录(登录类,接口转换器类)

运行说明

接着上面安装完后 ,并且配置好你到数据库文件。

然后运行命令 php think migrate:run 迁移数据文件

然后 php think seed:run 填充数据

配置后虚拟主机后 访问 : 该项目虚拟主机名/admin

初始化账号:jack/hurray

初始化密码: 123456

网上demo:http://rbac.pumeiduo.com/admin

参与开发

[email protected]

本项目用到league/fractal扩展包 用作Api接口数据输出 了解一下

版权信息

ThinkPHP遵循Apache2开源协议发布,并提供免费使用。

本项目包含的第三方源码和二进制文件之版权信息另行标注。

版权所有Copyright © 2006-2018 by ThinkPHP (http://thinkphp.cn)

All rights reserved。

ThinkPHP® 商标和著作权所有者为上海顶想信息科技有限公司。

更多细节参阅 LICENSE.txt


All versions of rbacshow with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6.0
topthink/framework Version ^5.1
topthink/think-migration Version ^2.0
league/fractal Version ^0.17.0
jackchow/rbac Version dev-master
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package jackchow/rbacshow contains the following files

Loading the files please wait ....