Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to Publish Config #4

Closed
NinjaLabs-Dev opened this issue Mar 17, 2023 · 6 comments
Closed

Unable to Publish Config #4

NinjaLabs-Dev opened this issue Mar 17, 2023 · 6 comments

Comments

@NinjaLabs-Dev
Copy link

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
Copy link
Owner

awcodes commented Mar 17, 2023

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

@NinjaLabs-Dev
Copy link
Author

Thanks for the response.

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

Configs

Providers

@awcodes
Copy link
Owner

awcodes commented Mar 17, 2023

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

I just used it yesterday with no problems.

@NinjaLabs-Dev
Copy link
Author

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
Copy link
Owner

awcodes commented Mar 20, 2023

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
Copy link
Author

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 😅

@awcodes awcodes closed this as completed Mar 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants