Laravel ??是?
github.com/toohamster/i-laravel
主页
源代码
问题
安装: 4
依赖者: 0
建议者: 0
安全: 0
星标: 0
关注者: 2
分支: 0
开放问题: 0
Requires
None
Requires (Dev)
Suggests
Provides
Conflicts
Replaces
MIT fa3532ae5c225616c633784b44d567528ee833a4
phplaravel云智慧仓鼠
This package is not auto-updated.
Last update: 2024-09-15 03:03:11 UTC
Laravel 简化版
在你的 config/app.php 文件中添加以下配置
'providers' => [ 'ILaravel\ViewServiceProvider', ], 'aliases' => [ 'Controller' => 'ILaravel\Controller', 'View' => 'ILaravel\Facades\View', ],