socoladaica / fcm-notification
1.0
2024-05-10 00:33 UTC
Requires
- php: ^8.2
- kreait/laravel-firebase: *
- laravel/framework: ^10.0
- socoladaica/laravel-badassium: ^1.0
Requires (Dev)
- phpunit/phpunit: *
This package is not auto-updated.
Last update: 2024-07-30 07:36:24 UTC
README
Installation
You can install the package via composer:
composer require socoladaica/fcm-notification
You can publish and run the migrations with:
php artisan vendor:publish --provider="SocolaDaiCa\FcmNotification\Providers\FcmNotificationServiceProvider" --tag="migrations" php artisan migrate
You can publish the config file with:
php artisan vendor:publish --provider="SocolaDaiCa\FcmNotification\Providers\FcmNotificationServiceProvider" --tag="config"
Optionally, you can publish the views using
--provider="SocolaDaiCa\FcmNotification\Providers\FcmNotificationServiceProvider" --tag="views"
Usage
$variable = new VendorName\Skeleton(); echo $variable->echoPhrase('Hello, VendorName!');
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
MIT. Please see LICENSE File for more information.