wikichua/alert

A very simple alert messager for Laravel 4 with twitter bootstrap
39
Install
composer require wikichua/alert
PHP:>=5.3.0
License:BSD-2-Clause
Last Updated:Jun 14, 2013
Links: GitHub  ·  Packagist
Maintainer: wikichua

alert

Register Service Provider

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

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

To use it

Alert::show();

Publishing asset and config file

php artisan config:publish wikichua/alert php artisan asset:publish wikichua/alert

Configuration

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 ];

Related Packages

gabrieloliverio/laravel5-generators

Database metadata-based generators for Laravel 5

1
erirk/paypalpayment

laravel-paypalpayment is simple package help you process direct credit card paym...

0
doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

631,580,251 9,707
laravel/framework

The Laravel Framework.

576,155,700 34,907
laravel/tinker

Powerful REPL for the Laravel framework.

485,678,092 7,440