
Good content takes time and effort to come up with.
Please consider supporting us by just disabling your AD BLOCKER and reloading this page again.
I am assuming that you have deployed the Laravel application in production and using Supervisor to process the Queued Jobs.
Sometimes when you push the new Email Template then your new email settings or content won't be reflected.
To resolve this run the following commands
Sometimes the event will get cached and turns out a bit tricky to figure out.
php artisan event:clear
php artisan queue:restart
composer dump-autoload
php artisan optimize:clear
php artisan cache:clear
php artisan route:clear
php artisan view:clear
php artisan config:clear
To learn more on using this is single command refer - Laravel Clear Cache Of Route, View, Config Command
Install Apache Web Server On Ubuntu 20.04 / Linux & Manage It
What Is HTTP? Different HTTP Methods And Status Codes Explained With Examples
Cache Static Files With NGINX Server
Setup Docker for NodeJs, MongoDB, MongoDB Compass
Automate Repeating Tasks In Linux Server With Cronjobs
Comment And Like System Using Disqus
SummerNote WYSIWYG Text Editor Save Images To Public Path In PHP Laravel
Stripe Payment Integration With Laravel
Ensure text remains visible during Webfont load