Package Data | |
---|---|
Maintainer Username: | toohamster |
Maintainer Contact: | 449211678@qq.com (toohamster) |
Package Create Date: | 2016-08-09 |
Package Last Update: | 2016-08-10 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-12-23 03:28:00 |
Package Statistics | |
---|---|
Total Downloads: | 4 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Laravel 简易化
在你的 config/app.php 中增加如下配置:
'providers' => [
'ILaravel\ViewServiceProvider',
],
'aliases' => [
'Controller' => 'ILaravel\Controller',
'View' => 'ILaravel\Facades\View',
],