Joomla system message after redirect
<?php use Joomla\CMS\Factory; use Joomla\CMS\Router\Route; $app = Factory::getApplication(); $app->enqueueMessage('Redirect to another page was successful', 'success'); $app->redirect(Route::_('index.php'));