2017 © Pedro Peláez
 

package laravel-package

A Laravel package for Signalert

image

signalert/laravel-package

A Laravel package for Signalert

  • Sunday, September 20, 2015
  • by danhanly
  • Repository
  • 0 Watchers
  • 2 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

Signalert for Laravel

Customisable & Extensible Notifications - Providing Alerts Exactly Where You Need Them, (*1)

The following Readme details how to install, integrate and use this package within your Laravel installation. For more information on how Signalert works, please visit the Signalert site., (*2)

Installation

Include this package within your project's composer.json file:, (*3)

{
    "require": {
        "signalert/laravel-package": "dev-master"
    }
}

Then run composer update signalert/laravel-package, (*4)

Integration

To integrate this package with your Laravel project, first add the Service Provider to your config/app.php file under the providers array:, (*5)

'providers' => [
    ...
    Signalert\ServiceProviders\SignalertServiceProvider::class,
];

Now add the Signalert Facade to your aliases, in the same file:, (*6)

'aliases' => [
    ...
    'Signalert' => Signalert\Facades\Signalert::class,
];

Usage

Since this package works with Laravel Facades, you don't need to instantiate the object, as in the Signalert main package., (*7)

Signalert makes it simple to store messages:, (*8)

Signalert::store('Notification Name', 'homepage');

Signalert makes it simple to render messages:, (*9)

Signalert::render('homepage', 'error');

Signalert even makes it simple to retrieve messages as an array:, (*10)

Signalert::fetch('homepage', 'error');

Customisation

Please refer to the Signalert site, for more information on how to extend and customise the package., (*11)

The Versions

20/09 2015

dev-master

9999999-dev

A Laravel package for Signalert

  Sources   Download

GPL-2.0

The Requires

 

by Dan Hanly

20/09 2015

1.0.6

1.0.6.0

A Laravel package for Signalert

  Sources   Download

GPL-2.0

The Requires

 

by Dan Hanly

20/09 2015

1.0.5

1.0.5.0

A Laravel package for Signalert

  Sources   Download

GPL-2.0

The Requires

 

by Dan Hanly

19/09 2015

1.0.4

1.0.4.0

A Laravel package for Signalert

  Sources   Download

GPL-2.0

The Requires

 

by Dan Hanly

19/09 2015

1.0.2

1.0.2.0

A Laravel package for Signalert

  Sources   Download

GPL-2.0

The Requires

 

by Dan Hanly

11/09 2015

1.0.1

1.0.1.0

A Laravel package for Panday

  Sources   Download

GPL-2.0

The Requires

 

by Dan Hanly

11/09 2015

1.0.0

1.0.0.0

A Laravel package for Panday

  Sources   Download

GPL-2.0

The Requires

 

by Dan Hanly