Download the PHP package raymondwilkinson/sweetalert-laravel without Composer
On this page you can find all versions of the php package raymondwilkinson/sweetalert-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download raymondwilkinson/sweetalert-laravel
More information about raymondwilkinson/sweetalert-laravel
Files in raymondwilkinson/sweetalert-laravel
Package sweetalert-laravel
Short Description Simple way to flash sweetalert messages to the screen for laravel.
License MIT
Informations about the package sweetalert-laravel
Sweetalert-Laravel
Simple way to flash sweetalert messages to the screen for laravel.
Laravel 5.1 SweetAlert
Simple way to flash sweetalert messages to the screen for laravel.
Installation
`
After install this package you have to set the service provider on your config/app.php file
`
Copy the required assets of SweetAlert to your public folder. Those assets would be placed in the css and js directories respectively.
`
Then in your master view add those styles and scripts. Put this style between the
tags`
Add the JS script before close your