2017 © Pedro Peláez
 

package laravel-notifications

User notifications via email for Laravel 5.3 and 5.4.

image

tyondo/laravel-notifications

User notifications via email for Laravel 5.3 and 5.4.

  • Monday, January 29, 2018
  • by Rndwiga
  • Repository
  • 1 Watchers
  • 0 Stars
  • 31 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 3 % Grown

The README.md

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., (*1)

If you want Notifications to apply for all your routes, add it as global middleware in app/http/Kernel.php:, (*2)

protected $middleware = [
    ....
    \Tyondo\Notifications\Middleware\TyondoNotificationsMiddleware::class,
];

The Versions

29/01 2018

dev-master

9999999-dev https://github.com/Rndwiga/laravel-registration-confirmation

User notifications via email for Laravel 5.3 and 5.4.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel authorization email permissions validation admin confirmation

29/01 2018

v1.0.1

1.0.1.0 https://github.com/Rndwiga/laravel-registration-confirmation

User notifications via email for Laravel 5.3 and 5.4.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel authorization email permissions validation admin confirmation

06/03 2017

v1.0.0

1.0.0.0 https://github.com/Rndwiga/laravel-registration-confirmation

User notifications via email for Laravel 5.3 and 5.4.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel authorization email permissions validation admin confirmation