https://github.com/exfriend/overseer-bootstrap
https://github.com/exfriend/overseer-bootstrap
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/exfriend/overseer-bootstrap
- Owner: exfriend
- Created: 2016-08-25T22:13:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-05T17:26:38.000Z (almost 9 years ago)
- Last Synced: 2025-01-11T22:45:17.790Z (5 months ago)
- Language: HTML
- Size: 659 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel Overseer Bootstrap
Front-end solution for [**Laravel Overseer**](https://github.com/exfriend/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
`GET http://your_project/tasks`

### 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!