-
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
php artisan vendor:publish requested even if run #7
Comments
Hello, when you see this exception, Translation Factory fails to access its config file. Please go to your config directory - usually this is I assmue it is missing. This is the code that is responsible for publishing the config file: https://github.com/chriskonnertz/translation-factory/blob/master/src/ChrisKonnertz/TranslationFactory/Integration/TranslationFactoryServiceProvider.php#L23 Do you use XDebug? If so, please add a breakpoint at this line, try to publish it again and tell me if it reaches the breakpoint. |
I do not use xdebug;
Content of the file seems to be correct I did a dd() on $this->config() and it looks like the configuration isn't pulled in:
|
Workaround: Copy the config file |
I did run
But the web interface still shows:
Exception
Please publish the assets of the Translation Factory package via: "php artisan vendor:publish --provider="ChrisKonnertz\TranslationFactory\Integration\TranslationFactoryServiceProvider"
Laravel Framework 5.5.32
The text was updated successfully, but these errors were encountered: