<?php /** * Created by PhpStorm. * User: mike * Date: 15/02/17 * Time: 15:23 */ Route::get('command/queue-restart',function() { dd(Artisan::call('queue:restart')); });