PHP code example of kesty / laravel-notifier

1. Go to this page and download the library: Download kesty/laravel-notifier 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/ */

    

kesty / laravel-notifier example snippets


'providers' => [
    Kesty\LaravelNotifier\NotifierServiceProvider::class
];

php artisan vendor:publish --provider="Kesty\LaravelNotifier\ServiceProvider"

kNotifier()->message('Welcome to Laravel', 'Great', null, 'fa-solid fa-check', '/assets/images/avatar.jpg', 'dark', 2);