www.mcafee.com/activate we are third party tech support firm who make sure that our customers are sa...
Hi there, I want to return a standard 404 error for all requests, which do not have an existing view...
I have a form here as below: <form action="{{ route('benice') }}" method="post&qu...
I have deployed Laravel REST API app on Server. I am using VUEJS for frontend and Laravel Passport....
i created middleware for logging api request and response ,but i want to log it into mysql table.how...
Laravel Version: 5.5 (upgraded from 5.1 version to version). PHP Version: 7.1.11 Database Driver &a...
I am testing the Laravel 5.4, i found something weird. from a simple hello world function: public fu...
I am using an ajax call to delete an object from the database, but i am not using a form for this so...
Maybe I don't understand the concept of middlewares correctly. Is the only thing I can do redirectin...
Here is register new user code in php laravel-5.4 mysql ####################code here starts######...
I have an Angular.js and Laravel web application. All my ajax posts and get requests to the laravel...
Hello everyone! After some have watched screencasts I see that everyone wrote a routes manually for...
I am create Restfull API using laravel 5.4 and create simple CRUD demo with middleware group routing...
I'm looking to do sub requests in my API, to other parts of my API. I have done this before in Symfo...
Hi everyone, i have a bit of a struggle with the resource controllers. As you can guess from the top...
Hello, I'm trying to get the ID of the ids that I'm passing, in case it can be up to two ids since I...
Hello everyone, I'm starting with Laravel and I'm really enjoying it. I need your help, I need to qu...
Hey, as title stated, I lose my flash data after I trigger a Session::save in the destruct of my con...