Hello, Here is my Row Query to get the data from database. $user = DB::table('users')->get(); I w...
Is the below if statement correct, where newQ and newP are values, and post_type is a variable :...
I have a very newbie question in Laravel. In the controller I want to create something like : if ($Q...
In native PHP it takes about 2 minutes to link each product on the page to its product_details page...
The dreaded CORS Error: Cross-Origin Request Blocked: The Same Origin Policy disallows reading the r...
I would like to insert a large number of rows into my database using chunks, but I am not sure I am...
Hello, I make a get ajax request, and my controller is in charge of making query to the database and...
So we have a Laravel 5.1 API running on our systems, and use the AWS SDK for php for pushing jobs to...
Hi i use ckeditor in my form it appears on the edit form and populated with the text from db but now...
Hi guys,.. today i've an error yet with Chrome.. This is the message that i see when i try to load t...
###Best way to upload mp4 file on disk and display them in video tag on the page? ###For example: ##...
Hello, I'm having an issue what is best approach to schedule job in laravel. Setup is like this: The...
Is there anywhere in the app life cycle in which I can interact with the response given from a route...
When get data from database like this $reviews = Review::latest('created_at')->paginate(5); Lara...
I posted this question on Laracast forum.However,I have not got a solution,so please excuse me to po...
Hi,I I'm a beginner,I have a problem about Route. I write a post route,when I click submit on brows...
I'm try to write a unit testing for test form request in Laravel 5, but I can't not get data from &q...
Hi, i have the following code for listing, sorting and filtering products. $query = Products::query...
Hey everyone, I am having issues in my Lumen (v5.2.*) application with custom validators. I have a...
Just updated to 5.1.16 on my local install and everything seems to work fine with my pretty URL's ie...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community