Looking to hire Laravel developers? Try LaraJobs

i-laravel maintained by toohamster

Description
Laravel ??׻?
Author
Last update
2016/08/10 13:11 (dev-master)
License
Downloads
4
Tags

Comments
comments powered by Disqus

i-laravel

Laravel 简易化

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

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

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