validation
my validation text is not showing properly, I'm using the built-in, is there anything I should run for it to be enabled?
2 Replies
Can you show us the code snippet? You can use 3 backticks for code block in discord.
Its working now, I just removed the /resources/lang folder
I tried earlier to search for the error but no luck, then I ran into this link
https://stackoverflow.com/questions/74997927/laravel-broken-translator-affects-validation-messages
Stack Overflow
Laravel broken translator (affects validation messages)
I have a problem with validation in Laravel. It used to work properly but now it does not. I do not know when the problem started.
The problem appears using the Validator class or a custom request ...