I'm working on laravel translation strings for the first name. I got them in the lang directory with php artisan lang:publish , i have done that in my recources directory.
I have wrote messages.php in the english directory and in the netherlands / Dutch directory ( nl ).
Might be very stupid to ask this, but where can I now make sure it will show dutch messages ?
As right now it only shows the english messages.