@extends('admin.layouts.container') @section('content')
/usr/local/bin/php PATH_TO_ROOT_DIRECTORY/artisan queue:work --daemon --stop-when-empty
/usr/local/bin/php PATH_TO_ROOT_DIRECTORY/artisan queue:retry all
And set the period value in each time filed to *
Replace "PATH_TO_ROOT_DIRECTORY" to the path to the root of the new website
EX: /home/username/public_html