Hey Guys, I am using ajax to send to post a form. I am using the $this->validate($request, [rules...
Hey, guys so I have everything set up properly my emails are sending and everything but there is one...
My settings are sending using smtp and gmail everything is working fine when it comes to sending the...
I have a slider on the home page with the last 3 rows added here is my code and it's working perfect...
I'm making an administrator section where the admin can change Users passwords. I am able to Create...
@AddWebSolution Thank for your help but I found the solution it was in my UserRequest.php file. So b...
I'm certain that when updating I need to change the rules for validation. I removed the 'password' a...
Here is the Kernel.php class Kernel extends HttpKernel { /** * The application's global HTT...
Im on Laravel 5.3 so here is the web.php // Administrator Section Routes Route::group(['middleware'=...
Thanks for your fast reply. I tried your code but that's the problem it doesn't return anything it j...
The Laravel portal for problem solving, knowledge sharing and community building.