All writed code see at commit diff
Add new URL dowonload to queue:
php artisan download:url {url}
List all Jobs:
php artisan download:list
| Method | Uri | Name | Action | Comment |
|---|---|---|---|---|
| GET | api | api.index | App\Http\Controllers\DownloadApiController@index | api |
| POST | api | api.store | App\Http\Controllers\DownloadApiController@store | api |
Testing access, pending downloads and validation via API, web, CLI.