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

Issue with README #5

Open
d4rkd0s opened this issue Sep 7, 2016 · 3 comments
Open

Issue with README #5

d4rkd0s opened this issue Sep 7, 2016 · 3 comments

Comments

@d4rkd0s
Copy link

d4rkd0s commented Sep 7, 2016

I am running Laravel 5.2

In the README.md there is a line stating to get the base config file over to config/slack.php you must run php artisan config:publish maknz/slack however this produces the following error:

  [Symfony\Component\Console\Exception\CommandNotFoundException]  
  Command "config:publish" is not defined.                        
  Did you mean one of these?                                      
      vendor:publish                                              
      config:cache                                                
      config:clear                                                                   
@d4rkd0s
Copy link
Author

d4rkd0s commented Sep 7, 2016

I ended up running php artisan vendor:publish maknz/slack

This produces the error:

[Symfony\Component\Console\Exception\RuntimeException]  
  Too many arguments, expected arguments "command".   

@d4rkd0s
Copy link
Author

d4rkd0s commented Sep 7, 2016

So to finish the job of installing maknz/slack I just ran a php artisan vendor:publish and git stash'd the garbage from the other packages... this was annoying and I wanted to ask, if you/anyone knows what the correct way to publish just maknz/slack's config is? Then place that in the README.md for this repo. Thanks!

@writetosalman
Copy link

writetosalman commented Nov 14, 2017

@d4rkd0s
Good that you pointed it out. I also by mistake ran the other command and got errors.
php artisan vendor:publish works fine. I tested in Laravel 5.3
Thanks

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