A Symfony bundle for displaying Bootstrap toasts from flash messages.
Make sure Composer is installed globally, as explained in the installation chapter of the Composer documentation.
Open a command console, enter your project directory and execute:
composer require asmitta-01/toast-bundle
if your application dont't use Symfony Flex, enable the bundle in config/bundles.php:
return [
// ...
Asmitta\ToastBundle\AsmittaToastBundle::class => ['all' => true],
];
Create a configuration file at config/packages/asmitta_toast.yaml.
How can I help you explore Laravel packages today?