Skip to content

laravelir/toaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • Starts
  • Forks Total Downloads

laravel Package

multi style (tabler) toast notification

Installation

  1. Run the command below to add this package:
composer require laravelir/toaster
  1. Open your config/app.php and add the following to the arrays:
Laravelir\Toaster\Providers\ToasterServiceProvider::class, // in providers
Laravelir\Toaster\Facades\ToasterFacade::class, // in facades
  1. Run the command below to install package:
php artisan toaster:install

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.