compassites / laravel-acl
ACL应用
dev-master
2016-03-16 10:05 UTC
Requires
- php: >=5.5.9
- laravel/framework: 5.1.*
Requires (Dev)
- fzaninotto/faker: ~1.4
- mockery/mockery: 0.9.*
- phpspec/phpspec: ~2.1
- phpunit/phpunit: ~4.0
This package is not auto-updated.
Last update: 2024-09-20 18:36:43 UTC
README
Laravel ACL包。本文档描述了使acl应用正常运行所需的必要步骤。
软件需求
- 服务器脚本:PHP 5.5,同时支持PHP 7
- 框架:Laravel 5.1
- 数据库:MySQL 5.6
- Web服务器:apache2 / Nginx
这个仓库是做什么的?
- Laravel基于ACL的应用
- V1.0.0
我如何进行设置?
#!GIT HUB
$# git clone https://github.com/psbharathy/laravel-acl.git
或者
#!Packagist
$# composer require compassites/laravel-acl
步骤2
进入应用根目录,并运行以下命令
#!Composer
$# composer Install / update
步骤3
环境配置
更改.env文件进行基于环境配置,如数据库、电子邮件和调试设置
步骤4
运行迁移文件以更新所有数据库迁移
#!Migration
$# php artaisan migrate
贡献指南
- 所有测试用例都写在tests文件夹中
- 本应用程序遵循PSR2代码标准