awcodes / overlook

An app overview widget for Filament panels.
MIT License
158 stars 11 forks source link

Unable to Publish Config #4

Closed NinjaLabs-Dev closed 1 year ago

NinjaLabs-Dev commented 1 year ago

Issue: Error produced while trying to publish the config Reproduction:

  1. Run php artisan vendor:publish --tag="overlook-config"
  2. Issue presented

Evidence of Issue: Evidence

awcodes commented 1 year ago

if you run just php vendor:publish do you see overlook in the list?

NinjaLabs-Dev commented 1 year ago

Thanks for the response.

I don't sadly, I do have the service provider though.

Configs

Providers

awcodes commented 1 year ago

odd. maybe try a php artisan optimize:clear or a composer dump-autoload?

I just used it yesterday with no problems.

NinjaLabs-Dev commented 1 year ago

Sadly no luck,

I do however now have the overlook translations and views which I didn't have before. A very strange one I have to say

Image

awcodes commented 1 year ago

You could always copy it out of the vendor directory manually. Make sure you're on the latest version too. The config was added in v1.0.2

NinjaLabs-Dev commented 1 year ago

Ah, that would be it. For some reason, Composer installed 1.0 instead of 1.0.2.

Removed and readded and all working now. Thanks for the help 😅