5 Star 32 Fork 3

Casbin / think-casbin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
autoload.php 241 Bytes
一键复制 编辑 原始数据 按行查看 历史
<?php
require_once __DIR__.'/vendor/autoload.php';
interface LoggerInterface
{
}
class_alias(\think\facade\Env::class, 'Env');
class_alias(\think\facade\Route::class, 'Route');
class_alias(LoggerInterface::class, 'think\LoggerInterface');
PHP
1
https://gitee.com/casbin/think-casbin.git
git@gitee.com:casbin/think-casbin.git
casbin
think-casbin
think-casbin
master

搜索帮助