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...
Hey, @GhostMech thanks for your reply, I found a solution online. Mail::send() Method does not retu...
Did you add Laravel\Passport\PassportServiceProvider::class, under providers in your config/app.php...
Maybe you should post your code so that someone can help you. There is no way to help you without se...
Try adding the 2 JavaScript files right before the </body> JavaScript is usually placed right...
You need the code below before everything else. public function upload(Request $request) { $thi...
The Laravel portal for problem solving, knowledge sharing and community building.
The community