Download the PHP package appslabke/lara-izitoast without Composer
On this page you can find all versions of the php package appslabke/lara-izitoast. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download appslabke/lara-izitoast
More information about appslabke/lara-izitoast
Files in appslabke/lara-izitoast
Package lara-izitoast
Short Description Simplified wrapper for izitoast javascript notification library
License MIT
Informations about the package lara-izitoast
Lara-Izitoast : Laravel Notification Package
This is a laravel notification wrapper build with http://izitoast.marcelodolce.com javascript library.
How to use this package
Config
-
Change the configuration on lara-izitoast.php config dir.
-
Get the package via composer
- if you are not using Laravel 5.5 or higher add the service provider in your app.php under providers, in config dir.
If you are using Laravel 5.5 and above, the package will be auto-discovered by laravel
-
Publish Lara-Izitoast package
- http://izitoast.marcelodolza.com CSS and JS files will be published in your public dir.
-
This will also create a config file. You can change the notification size from config
-
On your layout blade add the files
-
Include the package view file in Layout blade below the iziToast js
- Remember to add also font-awesome or Icomoon https://fontawesome.com/?from=io / https://icomoon.io/ if you are going to use icons
Let's make a toast
- Quick way to make a toast (notification)
or
-
Notification Methods
- And that's it.
Contributing & License
Lara-Izitoast is distributed under the MIT license.