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

Laravel 5.4 publish config file does not work on Windows #45

Open
jclee100 opened this issue Jan 26, 2017 · 7 comments
Open

Laravel 5.4 publish config file does not work on Windows #45

jclee100 opened this issue Jan 26, 2017 · 7 comments

Comments

@jclee100
Copy link

Able to get success message but config file is not published.

@aaronlord
Copy link
Owner

Hmm. I just did this the other day. Are you doing as it says in the readme?

php artisan vendor:publish --provider='Lord\Laroute\LarouteServiceProvider'

@svenluijten
Copy link

Having the same issue, it's not publishing a config file when running that exact command.

@svenluijten
Copy link

The single quotes appear to be the problem in the example command. I reckon this is a Windows thing. @komirad can you confirm whether you're on Windows or not? 😃

@jclee100
Copy link
Author

@svenluijten Yes, If I recall correctly I was testing this on Windows.

@UltimaHoarder
Copy link

I'm having the same problem. The solution doesn't work for me and I'm using Windows. Tried double quotes but still not working

@jclee100
Copy link
Author

jclee100 commented Apr 1, 2017

Guys, don't use quotes altogether.

> php artisan vendor:publish --provider=Lord\Laroute\LarouteServiceProvider
Copied File [\vendor\lord\laroute\config\laroute.php] To [\config\laroute.php] 

The readme is also wrong.

app/config/packages/lord/laroute/config.php should be config/laroute.php

@jclee100 jclee100 changed the title Laravel 5.4 publish config file does not work Laravel 5.4 publish config file does not work on Windows Apr 1, 2017
@KuenzelIT
Copy link

Single quotes didn't work for me either, but double quotes did.

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

5 participants