After running the command:
php artisan vendor:publish --provider="DevKandil\NotiFire\FcmServiceProvider"
Extra files are created in the project:
- app/Traits/HasFcm.php
- app/Contracts/FcmServiceInterface.php
- app/Enums/MessagePriority.php
In other words, these files are not needed in the project. They are already used in the library project in the vendor folder
Can you please delete the creation of these files in the project when initializing the library ?
After running the command:
php artisan vendor:publish --provider="DevKandil\NotiFire\FcmServiceProvider"Extra files are created in the project:
Can you please delete the creation of these files in the project when initializing the library ?