PHP code example of obeikan-digital-solutions / phpnotification

1. Go to this page and download the library: Download obeikan-digital-solutions/phpnotification 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/ */

    

obeikan-digital-solutions / phpnotification example snippets

)

[//]: # ( @[//]: # (

return [
   'allModule' => false,
   'module' => "Your Module name ",//example Engagement
];

//in /user modal use trait
 use  CustomNotifiable;
// in .blade.php we in script section after jquery
@

 @
bash)

[//]: # (php artisan vendor:publish --tag="phpnotification-migrations")

[//]: # (php artisan migrate)

[//]: # (
bash
php artisan vendor:publish --tag="phpnotification-config"
bash
php artisan phpnotification:generate YourClassName

bash
php artisan vendor:publish --tag="phpnotification-views"