tyondo/laravel-notifications
laravel-registration-confirmation
The ServiceProvider adds a route middleware you can use, called tyondo_notifications. You can apply this to a route or group to add Notifications support.
If you want Notifications to apply for all your routes, add it as global middleware in app/http/Kernel.php:
protected $middleware = [
....
\Tyondo\Notifications\Middleware\TyondoNotificationsMiddleware::class,
];
Related Packages
marufsharia/hyro
Hyro is a modular Laravel RBAC ecosystem featuring advanced role-permission mana...
16
0
tyondo/mnara
User management package with ACL for managing Users / Roles / Permissions in Lar...
41
2
smarch/watchtower
Front-end for the Shinboi Auth system of Users / Roles / Permissions in Laravel...
2,965
52
hamedmehryar/laravel-kickbox-validator
A kickbox email validator for form requests in laravel (forked from 'stayum')
62
1