Laravel-JS-Localization
Laravel-JS-Localization copied to clipboard
LaravelJsLocalizationServiceProvider.php : Fix logical error
When the Laravel version is 9 or higher. The second condition will be true and the third does not run at all. The order of the conditions had to be changed.
@rmariuzzo Could you please merge this branch, so we don't have to specify the source each time?
I am also waiting on this functionality to be merged ASAP. Using my own fork for now, until this gets merged and released.