toohamster / i-laravel by toohamster

Laravel ??׻?
4
0
2
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-03-28 03:01:34
Package Statistics
Total Downloads: 4
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

i-laravel

Laravel 简易化

在你的 config/app.php 中增加如下配置:

'providers' => [
			'ILaravel\ViewServiceProvider',
		],

'aliases' => [
	'Controller' => 'ILaravel\Controller',
	'View' => 'ILaravel\Facades\View',
],