We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, when i try to run php artisan localization:missing i got an error like that: [BadMethodCallException] Call to undefined method [package]
it looks like the package() method was deleted from src/Illuminate/Config/Repository.php in this commit:
laravel/framework@64c15a3
Can you fix ?
The text was updated successfully, but these errors were encountered:
Hi !
Since which version the package method has been removed ? Since version 5.2.5 ?
package
5.2.5
Do I just have to remove this method from the service provider boot method to make it work for Laravel >= v5.2.5 ?
Are you sure you are using v1.3.2 and not the dev-master version ?
I cannot test L5 before next week... so I can only make a blind fix for the moment if you tell me what to do :-)
Sorry, something went wrong.
Ok found...
The documentation is not up to date !
There is a special service provider to load for Laravel 5.
Please read the documentation of the last Tag available here : https://github.com/potsky/laravel-localization-helpers/blob/v1.3.2/README.md
No branches or pull requests
Hi,
when i try to run php artisan localization:missing i got an error like that:
[BadMethodCallException] Call to undefined method [package]
it looks like the package() method was deleted from src/Illuminate/Config/Repository.php in this commit:
laravel/framework@64c15a3
Can you fix ?
The text was updated successfully, but these errors were encountered: