ahmadarif/example
Composer 安装命令:
composer require ahmadarif/example
包简介
Example package laravel
关键字:
README 文档
README
Simple composer library for dummy (like Me).
Install
Via Composer
$ composer require ahmadarif/example
Then add the service provider in config/app.php:
AhmadArif\Example\ExampleServiceProvider::class,
And then, add the facade of this package to the $aliases array:
'Example' => AhmadArif\Example\Facade\Example::class,
Usage
Route::get('/', function () { return Example::sayHello(); });
Security
If you discover any security related issues, please email ahmad.arif019@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 16
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-08-22