josiasmontag / laravel-localization

Laravel Localization Package
MIT License
21 stars 5 forks source link

Package conflict with Laravel email verification #1

Closed bm2ilabs closed 6 years ago

bm2ilabs commented 6 years ago

Hello, Thank you for this package . I have noticed when i add this package to the latest Laravel version (5.7) i get error when i try to register new user ,

php call_user_func() expects parameter 1 to be a valid callback, no array or string given

i track down the error to the keyresolver in the URL generator of laravel , the keyresolver always return null that what cause the issue .

bsh commented 6 years ago

Same problem.

josiasmontag commented 6 years ago

Tagged 0.4.4 that should solve the problem

bsh commented 6 years ago

image

josiasmontag commented 6 years ago

Try again (0.4.5)

bsh commented 6 years ago

It works. Thank you!