Laravel Overseer Bootstrap
Front-end solution for Laravel Overseer, (*1)
Requirements
Installation
! This VueJS installation process is just for development stage., (*2)
Download vue.js and vue-resource.js into /public/vuejs folder., (*3)
composer require exfriend/overseer-bootstrap
Then, add the package's service provider to your config/app.php:, (*4)
// ...
Exfriend\Overseer\OverseerServiceProvider::class,
Exfriend\OverseerBootstrap\OverseerBootstrapServiceProvider::class,, (*5)
Web interface
Task list
GET http://your_project/tasks
, (*6)
Single Task
GET http://your_project/tasks/task?command=App\Robots\Rozetka\Command
, (*7)
History
GET http://your_project/tasks/log?command=App\Robots\Rozetka\Command&filename=scrape:rozetka__2016_08_31_01_14_09.log
, (*8)
Localization
Overseer-bootstrap has en and ru locales supported out of the box., (*9)
php artisan vendor:publish --tag=overseer-bootstrap, (*10)
Contributing
This package is work-in-progress. Pull requests are welcome. There is so much work ahead!, (*11)