Skip to content

When adding a library, extra files are added #14

@deniskorbakov

Description

@deniskorbakov

After running the command:

php artisan vendor:publish --provider="DevKandil\NotiFire\FcmServiceProvider"

Extra files are created in the project:

  1. app/Traits/HasFcm.php
  2. app/Contracts/FcmServiceInterface.php
  3. 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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions