dev-master
9999999-dev https://github.com/Sinevia/laravel-tasksTask queue for Laravel
proprietary
The Requires
- illuminate/support ~5.1
- php ~5.6|~7.0
The Development Requires
laravel meta sinevia
Task queue for Laravel
A task queue managment system for Laravel. It has a visually frontend to create task definitions, see queued/failed/completed tasks, with option to requeue tasks., (*1)
composer require sinevia/laravel-tasks php artisan migrate php artisan vendor:publish
Removal of the package is a breeze:, (*2)
composer remove sinevia/laravel-tasks, (*3)
Optionally, delete the tasks tables (all which start with the snv_tasks_ prefix), (*4)
After running the vendor:publish command, the CMS settings will be published in the /config/tasks.php config file. Check these out, and modify according to your taste, (*5)
Route::group(['middleware'=>'superuser-only-middleware'], function(){ AdvancedRoute::controller('/tasks', '\Sinevia\Tasks\Http\Controllers\TasksController'); });
Task queue for Laravel
proprietary
laravel meta sinevia