-
Notifications
You must be signed in to change notification settings - Fork 8
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
[Develop Branch] Config not loaded from app/config/ and is instead loaded from vendor folder #8
Comments
That's normal, that path is used and passed to ServiceProvider::config which then registers the config in the right path. |
Hmmm. I'm not seeing that behavior. I have published the slack config to app/config/packages/anahkiasen/rocketeer-slack/config.php and input my username, room and token. When I run I get an error that it was unable to hit Will get bash history in a few... |
You need to publish |
When I say publish, I mean I used |
Hm yes that's incorrect, it should be rocketeer/rocketeer-slack. Both work because both will technically be registered but the latter is the one Rocketeer will use. |
After a $ php artisan config:publish rocketeer/rocketeer-slack
[InvalidArgumentException]
Configuration not found.
config:publish [--path[="..."]] [--force] package |
Hm weird let me check |
Ok no my bad it is the other way around, it should be anahkiasen/rocketeer-slack, but there is a bug in Rocketeer 2 that doesn't read the right entry. What I was talking about was something I tried to do a while back and that ended up backfiring on me. Let me push a fix to R2 and I'll notify you to test again |
You are literally the man. :P Thanks so much! By chance will you be at ZendCon so I can buy you a beer? |
I'm afraid not, I'll be at Laracon EU though :d |
Hello. I think I'm having the same issue: I get:
After some investigation I found out that it's not reading the configuration file under |
Salut @Anahkiasen, Peux-tu répondre a mon colleague @deemeetar car cette fonctionnalité est indispensable pour nous. Merci, Ali |
The configuration needs to be at |
Pretty sure it has to do with this line in
RocketeerSlack.php:20
The text was updated successfully, but these errors were encountered: