PHP code example of padosoft / laravel-notification
1. Go to this page and download the library: Download padosoft/laravel-notification 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/ */
padosoft / laravel-notification example snippets
NotificationManager::dispatch(new \App\Notifications\user_is_registered('prova messaggio','prova'))
bash
php artisan notification-manager:create user_is_registered