Hi. Im fairly new to Laravel, running version 6 atm. I have made a working feature that any register...
Hi all. Im trying to validate the birthdate in my form: Code: pastebin link My issue is, how do I va...
Nevermind, fixed my routes: Route::get('/profile/edit', ['as' => 'profile.edit', 'uses' => 'Pr...
vincenthall liked this reply
Ive tried protected $dateFormat = 'd-m-Y H:i:s'; But it gave me a mysql error. Seems like mysql cant...
The Laravel portal for problem solving, knowledge sharing and community building.
The community