rupadana / filament-api-service

A simple api service for supporting filamentphp
https://filamentphp.com/plugins/rupadana-api-service
MIT License
95 stars 22 forks source link

[Bug]: How publish config pckg? #24

Closed passasooz closed 4 months ago

passasooz commented 4 months ago

What happened?

How can I publish the config file api-service.php?

How to reproduce the bug

when you try to publish with php artisan vendor:publish --provider="Rupadna\ApiService\ApiServiceServi ceProvider" --tag=config it returns No publishable resources for tag [config].

Package Version

2.0.0

PHP Version

8.1.0

Laravel Version

10.10

Which operating systems does with happen with?

No response

Notes

No response

rupadana commented 4 months ago

u can publish it by execute this command "php artisan vendor:publish --tag=api-service-config"