awonwon/booclock
Composer 安装命令:
composer require awonwon/booclock
包简介
a package to show a clock view with mario's boo
README 文档
README
A composer package for laravel to show a clock view with mario's boo.
Usage
Install laravel package.
composer require awonwon/booclock
regist ClockServiceProvider in your config/app.php
'providers' =>[
...
Awonwon\Booclock\ClockServiceProvider::class,
...
],
Run this artisan command after you composer install.
php artisan vendor:publish --tag=public --force
It's make a boo image in public/vendor/booclock folder
Browse http://localhost:8000/boo, and you'll see the boo clock's page.
If you want to custom your boo's page, please run this command instead of the vendor command before
php artisan vendor:publish
The view file will copy to resources/views/vendor/booclock folder
Happy to see Boo in Mario world !
统计信息
- 总下载量: 16
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2017-06-01