PHP code example of w3z315 / filamentphp-modal-notifications
1. Go to this page and download the library: Download w3z315/filamentphp-modal-notifications 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/ */
w3z315 / filamentphp-modal-notifications example snippets
return [
];
$modalNotifications = new W3z315\ModalNotifications();
echo $modalNotifications->echoPhrase('Hello, W3z315!');
bash
php artisan vendor:publish --tag="filament-modal-notifications-migrations"
php artisan migrate
bash
php artisan vendor:publish --tag="filament-modal-notifications-config"
bash
php artisan vendor:publish --tag="filament-modal-notifications-views"