2017 © Pedro Peláez
 

library alert

A very simple alert messager for Laravel 4 with twitter bootstrap

image

wikichua/alert

A very simple alert messager for Laravel 4 with twitter bootstrap

  • Friday, June 14, 2013
  • by wikichua
  • Repository
  • 1 Watchers
  • 0 Stars
  • 33 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

alert

Register Service Provider, (*1)

'provider' => array( ... 'Wikichua\Alert\AlertServiceProvider' ... ), (*2)

'aliases' => array( ... 'Alert' => 'Wikichua\Alert\Facades\Alert', ... ),, (*3)

To use it, (*4)

Alert::show();, (*5)

Publishing asset and config file, (*6)

php artisan config:publish wikichua/alert php artisan asset:publish wikichua/alert, (*7)

Configuration, (*8)

return [ 'use_default_asset' => false, // set to true if want to use default bootstrap css / js from package 'default_asset_path' => 'packages/wikichua/alert/', // try not to change this ];, (*9)

The Versions

14/06 2013

dev-master

9999999-dev

A very simple alert messager for Laravel 4 with twitter bootstrap

  Sources   Download

BSD-2-Clause

The Requires

  • php >=5.3.0

 

by wikichu