Download the PHP package arvin/toastr-for-laravel without Composer
On this page you can find all versions of the php package arvin/toastr-for-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package toastr-for-laravel
README
Installation
- Run
composer require arvin/toastr-for-laravel
- Add
Arvin\Toastr\ToastrServiceProvider::class
, to providers inconfig/app.php
- Add
'Toastr' => Arvin\Toastr\Facades\Toastr::class
, to aliases inconfig/app.php
- Run
php artisan vendor:publish
Usage
Just add this code to your blade template file:
Use these methods in controllers:
Config
set the toaster options in config/toastr.php
, available options => toastr.js demo
All versions of toastr-for-laravel with dependencies
PHP Build Version
Package Version
No informations.
The package arvin/toastr-for-laravel contains the following files
Loading the files please wait ....