2017 © Pedro Peláez
 

library notification

Notificationt

image

notification/notification

Notificationt

  • Monday, November 24, 2014
  • by ludvigskoglund
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

notification

Step 1. Add this code to your CDIFactoryDefault.php

        $this->setShared('notification', function() {    
        $notify = new \notification\notification\Cnotify($this);    
        return $notify;     
    });

Step 2. Add this in your controller or where ever you want your notification

        $app->notification->insertMessage("Your message", "#color");     

Step 3. Add this where you want the message to show

$app->notification->showMessage();

Good luck!

The Versions

24/11 2014

dev-master

9999999-dev http://ludvigskoglund.se

Notificationt

  Sources   Download

The Requires

  • php >=5.4

 

notification