PHP code example of saritasa / laravel-notifications-api
1. Go to this page and download the library: Download saritasa/laravel-notifications-api 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/ */
saritasa / laravel-notifications-api example snippets
'providers' => array(
// ...
Saritasa\PushNotifications\NotificationsApiServiceProvider::class,
)
artisan vendor:publish --tag=saritasa-notifications-swagger
artisan vendor:publish --tag=saritasa-notifications-migrations
artisan vendor:publish --tag=saritasa-notifications-config
artisan vendor:publish --tag=saritasa-notifications
vendor/bin/phpcs
vendor/bin/phpcbf
vendor/bin/phpunit