aXent / laravel-analyze-locale

This scans your laravel project for used locale keys that aren't translated by your locale files.
25 stars 4 forks source link

Failure with Laravel 5.4 #3

Closed tvbeek closed 7 years ago

tvbeek commented 7 years ago

This package (what is a great package) doesn't work with Laravel 5.4

The error is: Call to undefined method Illuminate\Foundation\Application::share()

The reason is: (From the Laravel 5.4 upgrade guide https://laravel.com/docs/5.4/upgrade ) The share method has been removed from the container. This was a legacy method that has not been documented in several years. If you are using this method, you should begin using the singleton method instead: