https://github.com/laravelir/toaster
tabler style toast notification
https://github.com/laravelir/toaster
laravel laravel-package laravel-toastr tabler-ui toast-message toast-notifications toaster
Last synced: about 2 months ago
JSON representation
tabler style toast notification
- Host: GitHub
- URL: https://github.com/laravelir/toaster
- Owner: laravelir
- Created: 2022-02-25T07:04:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-09T00:43:32.000Z (about 4 years ago)
- Last Synced: 2025-07-05T00:45:18.497Z (11 months ago)
- Topics: laravel, laravel-package, laravel-toastr, tabler-ui, toast-message, toast-notifications, toaster
- Language: CSS
- Homepage: https://laravelir.ir/packages/laravelir/toaster
- Size: 122 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
- [](https://github.com/laravelir/toaster/forks)
- [](https://github.com/laravelir/toaster/stargazers)
[](https://packagist.org/laravelir/toaster)
# laravel Package
multi style (tabler) toast notification
### Installation
1. Run the command below to add this package:
```
composer require laravelir/toaster
```
2. Open your config/app.php and add the following to the arrays:
```php
Laravelir\Toaster\Providers\ToasterServiceProvider::class, // in providers
```
```php
Laravelir\Toaster\Facades\ToasterFacade::class, // in facades
```
3. Run the command below to install package:
```
php artisan toaster:install
```
## Testing
```bash
composer test
```
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [:author_name](https://github.com/:author_username)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.