PHP code example of rukhsar / sweet-notify
1. Go to this page and download the library: Download rukhsar/sweet-notify library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
rukhsar / sweet-notify example snippets
Rukhsar\SweetNotify\SweetNotifyServiceProvider::class
@
sweet('Title','Your Message');
sweet()->error('Title','Your Message');
sweet()->success('Title','Your Message');
sweet()->overlay('Title','Your Message');
php artisan vendor:publish --tag=sweetnotify