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

Conf file isn't generated #24

Closed
wants to merge 18 commits into from
Closed

Conversation

lolotoobo
Copy link

php artisan vendor:publish --provider="Eusonlito\LaravelMeta\MetaServiceProvider"doesn't generate config file

@eusonlito
Copy link
Owner

Do you have already a config/meta.php file?

It's working fine:

$> php artisan vendor:publish --provider="Eusonlito\LaravelMeta\MetaServiceProvider"

Copied File [/vendor/eusonlito/laravel-meta/src/config/config.php] To [/config/meta.php]

Publishing complete.

Why a pull-request and not a simple issue?

@lolotoobo
Copy link
Author

I created a pull request cause I fucked sorry...

No I don't have a config/meta.php. I just copy it from vendors directory

@eusonlito
Copy link
Owner

Are you using my package or @Torann fork?

@lolotoobo
Copy link
Author

I'm using your package and I have discovered the problem :)

With the autodiscover function of Laravel I don"t add provider and alias.... By adding them in config/app.php it works......

@eusonlito
Copy link
Owner

👍

@eusonlito eusonlito closed this Aug 9, 2018
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

Successfully merging this pull request may close these issues.

None yet

6 participants