PHPackages                             i9w3b/alert-message - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. i9w3b/alert-message

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

i9w3b/alert-message
===================

Notificações para Laravel

v1.0.2(5y ago)012MITPHPPHP ^7.2.5

Since Jul 9Pushed 5y ago1 watchersCompare

[ Source](https://github.com/i9w3b/alert-message)[ Packagist](https://packagist.org/packages/i9w3b/alert-message)[ Docs](https://github.com/i9w3b/alert-message)[ RSS](/packages/i9w3b-alert-message/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

[![](https://camo.githubusercontent.com/4002eb66fe93799ef3aaeddba3b6b9c289513c8db505c440a3a83804770fa7d5/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f69397733622f63646e2f696d672f6c6f676f2d32303070782e706e67)](https://github.com/i9w3b)

[![License](https://camo.githubusercontent.com/6b66f7cb05b62fd3dda85de3aeb34118b97bf5dd125629694697272ddb1af2ad/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f69397733622f616c6572742d6d657373616765)](https://github.com/i9w3b/alert-message/blob/master/LICENSE.md)[![GitHub Language Count](https://camo.githubusercontent.com/cb585e028ea68ff2fb5fedfc4d8002b5a4ca4b26385fe82a708fdef5961b3a28/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c616e6775616765732f636f756e742f69397733622f616c6572742d6d657373616765)](https://github.com/i9w3b/alert-message)[![GitHub Repo Size](https://camo.githubusercontent.com/7253a8fa7668ce1fefb56b9be9420b0eb251b1ebfb445afab839160912899201/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f7265706f2d73697a652f69397733622f616c6572742d6d657373616765)](https://github.com/i9w3b/alert-message)[![GitHub Release](https://camo.githubusercontent.com/b0dcc634a7ba641263011b60c4e1ce80712d2fc110fe22d9534086f34a01d71c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f69397733622f616c6572742d6d657373616765)](https://github.com/i9w3b/alert-message/releases)[![Packagist Downloads](https://camo.githubusercontent.com/a8ed03307c4618f13dc69c2c21b8a7c7f55c814bb6b2c0f49c4649040acfb691/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f69397733622f616c6572742d6d657373616765)](https://packagist.org/packages/i9w3b/alert-message)

AlertMessage
------------

[](#alertmessage)

Notificações para laravel

Instalação
----------

[](#instalação)

Você pode instalar o pacote via compositor:

```
composer require i9w3b/alert-message
```

Uso
---

[](#uso)

Blade:

```
@jquery
@toastr_css
@toastr_js
@alertmessage
```

Controller:

```
// toastr sem título
toastr()->warning('My name is Inigo Montoya. You killed my father, prepare to die!')

// toastr com título
toastr()->success('Have fun storming the castle!', 'Miracle Max Says')

// toastr error com título
toastr()->error('I do not think that word means what you think it means.', 'Inconceivable!')

// Substitua as opções globais de configuração em 'config/alertmessage.php'
toastr()->success('We do have the Kapua suite available.', 'Turtle Bay Resort', ['timeOut' => 5000])
```

### Configurações:

[](#configurações)

```
// config/alertmessage.php
