bkwld/auto-publish
Composer 安装命令:
composer require bkwld/auto-publish
包简介
Automatically publish all Laravel workbench assets on every request
README 文档
README
A small package that automatically publishes the assets of Laravel packages you currently have in your workbench. You would use it to have an easier workflow for testing css, js, or img changes while developing packages. The logic ONLY runs on your local enviornment.
Installation
-
Add it to your composer.json (
"bkwld/auto-publish": "~1.0") and do a composer install. -
Add the service provider to your app.php config file providers:
'Bkwld\AutoPublish\ServiceProvider',
Usage
After installing, there is nothing left to do. All packages in your workbench will have their assets published anew on every browser request.
统计信息
- 总下载量: 25.16k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-10-19