| Package Data | |
|---|---|
| Maintainer Username: | exfriend |
| Maintainer Contact: | i@zlad.tk (Vladislav Otchenashev) |
| Package Create Date: | 2016-08-25 |
| Package Last Update: | 2016-09-05 |
| Language: | HTML |
| License: | MIT |
| Last Refreshed: | 2025-10-26 03:07:05 |
| Package Statistics | |
|---|---|
| Total Downloads: | 74 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 5 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Front-end solution for Laravel Overseer
! 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,
GET http://your_project/tasks

GET http://your_project/tasks/task?command=App\Robots\Rozetka\Command

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

Overseer-bootstrap has en and ru locales supported out of the box.
php artisan vendor:publish --tag=overseer-bootstrap
This package is work-in-progress. Pull requests are welcome. There is so much work ahead!