2017 © Pedro Peláez
 

library browsernotifications

Integrate Browser Notifications to Laravel 5.2 and above.

image

santran/browsernotifications

Integrate Browser Notifications to Laravel 5.2 and above.

  • Saturday, April 21, 2018
  • by santran
  • Repository
  • 0 Watchers
  • 3 Stars
  • 60 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Laravel 5 Browser Notifications

Total Downloads Paypal Donate, (*1)

screen shot 2016-12-14 at 14 07 33, (*2)

Install (Laravel)

Install via composer, (*3)

composer require santran/browsernotifications:dev-master

Add Service Provider to config/app.php in providers section, (*4)

SanTran\BrowserNotifications\BrowserNotificationsProvider::class

Publish config file and view file, open console and enter bellow command:, (*5)

php artisan vendor:publish

Config file 'browsernotifications.php' : version change, (*6)

How to use ? Open your layouts file and add js to view., (*7)

@include("browsernotifications.browsernotifications")

Call js to show Notification:, (*8)

$(document).ready(function () {
  showNotification(title, content, url, icon);
});

The Versions

21/04 2018

dev-master

9999999-dev

Integrate Browser Notifications to Laravel 5.2 and above.

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

by San Tran