yiannis/dokimes
Composer 安装命令:
composer create-project yiannis/dokimes
包简介
My laravel test composer project
README 文档
README
This repo is just for my laravel tests.
INSTALLATION
STEP 1
composer require yiannis/dokimes --prefer-stable
STEP 2
Add the following to app/config/app.php
'providers' => [
...
Yiannis\Dokimes\TestServiceProvider::class,
...
]
and
'aliases' => [
...
'SayHello' => Yiannis\Dokimes\SayHello::class,
...
]
STEP 3
php artisan vendor:publish --provider="Yiannis\Dokimes\TestServiceProvider"
HOW TO USE
@php
echo SayHello::world()
@endphp
SUPPORT
Feel free to contact me at yiannis@web357.com if you have any questions or need any help with installation.
统计信息
- 总下载量: 26
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-12-03