namespace App\Scheduler\Handler; use App\Scheduler\Message\SendDailyReminder; use Symfony\Component\Messenger\Attribute\AsMessageHandler; #[AsMessageHandler] class SendDailyReminderHandler { public function __invoke(SendDailySalesReports $message) { // ... do some work to send the report to the customers } }namespace App\Scheduler\Message; class SendDailyReminder { public function __construct(private int $id) {} public function getId(): int { return $this->id; } } Symfony Profiler

Error 404 Not Found

GET https://billing.brightnous.com/robots.txt

Forwarded to ErrorController (c1a98d)

Symfony Configuration

6.4.12 (LTS) Symfony version
dev Environment
enabled Debug
MAINTAINED Your Symfony version status
November 2026 Bug fixes until
November 2027 Security fixes until
View Symfony 6.4.12 release details

PHP Configuration

8.3.28 PHP version
64 bits Architecture
en Intl locale
UTC Timezone
OPcache
APCu
Xdebug

View full PHP configuration

Enabled Bundles (14)

Name Class
DebugBundle
"Symfony\Bundle\DebugBundle\DebugBundle"
DoctrineBundle
"Doctrine\Bundle\DoctrineBundle\DoctrineBundle"
DoctrineMigrationsBundle
"Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle"
FrameworkBundle
"Symfony\Bundle\FrameworkBundle\FrameworkBundle"
MakerBundle
"Symfony\Bundle\MakerBundle\MakerBundle"
MonologBundle
"Symfony\Bundle\MonologBundle\MonologBundle"
SecurityBundle
"Symfony\Bundle\SecurityBundle\SecurityBundle"
StimulusBundle
"Symfony\UX\StimulusBundle\StimulusBundle"
StofDoctrineExtensionsBundle
"Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle"
TurboBundle
"Symfony\UX\Turbo\TurboBundle"
TwigBundle
"Symfony\Bundle\TwigBundle\TwigBundle"
TwigExtraBundle
"Twig\Extra\TwigExtraBundle\TwigExtraBundle"
VichUploaderBundle
"Vich\UploaderBundle\VichUploaderBundle"
WebProfilerBundle
"Symfony\Bundle\WebProfilerBundle\WebProfilerBundle"