exfriend/overseer-bootstrap
Composer 安装命令:
composer require exfriend/overseer-bootstrap
包简介
Bootstrap UI for Laravel Overseer
README 文档
README
Front-end solution for Laravel Overseer
Requirements
- VueJS
- Laravel Overseer
Installation
! This VueJS installation process is just for development stage.
Download vue.js and vue-resource.js into /public/vuejs folder.
composer require exfriend/overseer-bootstrap
Then, add the package's service provider to your config/app.php:
// ...
Exfriend\Overseer\OverseerServiceProvider::class,
Exfriend\OverseerBootstrap\OverseerBootstrapServiceProvider::class,
Web interface
Task list
Single Task
GET http://your_project/tasks/task?command=App\Robots\Rozetka\Command

History
GET http://your_project/tasks/log?command=App\Robots\Rozetka\Command&filename=scrape:rozetka__2016_08_31_01_14_09.log

Localization
Overseer-bootstrap has en and ru locales supported out of the box.
php artisan vendor:publish --tag=overseer-bootstrap
Contributing
This package is work-in-progress. Pull requests are welcome. There is so much work ahead!
统计信息
- 总下载量: 74
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-08-25
