2017 © Pedro Peláez
 

library lumen-notifications

A useful wrapper around Laravel Notifications that support its artisan command

image

ciptohadi-web-id/lumen-notifications

A useful wrapper around Laravel Notifications that support its artisan command

  • Thursday, January 4, 2018
  • by ciptohadi
  • Repository
  • 1 Watchers
  • 2 Stars
  • 20 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 43 % Grown

The README.md

Laravel 5.5 Notification for Lumen 5.x

Software License GitHub forks GitHub stars, (*1)

Latest version Total Downloads, (*2)

Twitter, (*3)

This package is a wrapper around Laravel Notifications package, that enable it to work with Lumen 5.x, (*4)

Contents

Installation

To install the packge, we can run below command in terminal:, (*5)

composer require ciptohadi-web-id/lumen-notifications

After that, we should register the package in the section "Register Service Providers" in bootstrap/app.php, (*6)

$app->register(\ciptohadi\LumenNotifications\LumenNotificationsServiceProvider::class);

Usage

After registering the Service Provider, we will have access to three new artisan commands, as shown below:, (*7)

To create a new notification, we run below command:, (*8)

php artisan make:notification [notification-name]

To create database migration for notifications, we run below command, (*9)

php artisan notifications:table

To use the views from Laravel Notifications, we run below command:, (*10)

php artisan lumen-notifications:publish

More information on how to use Laravel Notifications, we can consult wonderful Laravel documentation: Laravel Notifications

Changelog

Please see CHANGELOG for more information what has changed recently., (*11)

Testing

bash $ composer test, (*12)

Security

If you discover any security related issues, please email me at ciptohadi79@gmail.com instead of using the issue tracker., (*13)

Contributing

Please see CONTRIBUTING for details., (*14)

Credits

License

The MIT License (MIT). Please see License File for more information., (*15)

The Versions

04/01 2018

dev-master

9999999-dev https://github.com/ciptohadi-web-id/lumen-notifications

A useful wrapper around Laravel Notifications that support its artisan command

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel lumen wrapper notifications laravel-notifications lumen-notifications

02/01 2018

v0.0.1-alpha.1

0.0.1.0-alpha1 https://github.com/ciptohadi-web-id/lumen-notifications

A useful wrapper around Laravel Notifications that support its artisan command

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel lumen wrapper notifications laravel-notifications lumen-notifications

01/01 2018

v0.0.1-alpha

0.0.1.0-alpha https://github.com/ciptohadi-web-id/lumen-notifications

A useful wrapper around Laravel Notifications that support its artisan command

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel lumen wrapper notifications laravel-notifications lumen-notifications