when i create a "photo" in the "flyer_photos" table with Tinker like below. >...
if($type == 'fetch') { $events = array(); $query = mysqli_query($con, "SELECT * FROM calendar&q...
whereBetween() takes a field and an array. Is there a way to do a between on 2 fields with an input?...
how can i retrieve data from the database using a controller
I'm trying to create a collection of items that are over due. Here's my code Transaction.php /**...
Hello all! I am not a professional programmer but I am trying to develop an application for my perso...
Hi, So my app will have around 30 - 40 tables and therefore similar amount of models. It seems weird...
Hi all... Sorry if is a noob question, i'm new to Laravel. When i do a simple command like this one:...
Hey does anyone know if there is a relatively simple way to manage the database connection for failo...
Hi All I am using Laravel on top on an existing database. Another application is still also using th...
Hi all! I've got an Order model that hasOne('customer') bind to itself. I want to query something li...
Hi, all. I have a query builder question. I want the result to be sorted by a field in a related mod...
Hi, I will start working in a new project that requires a massive database (tens of million rows) in...
I started playing around / learning laravel. Got everything set up and made a few models: artists s...
Hi Artisans, I am trying to figure out how to reduce number of queries when I am doing this kind of...
Hi guys, How to get results of secondary query? Ofc I could merge all related collections: $paramet...
Is it possible to make the customized column in database inside a new select clause using DB::raw()?...
Is it possible to turn off eloquent events? Just temporarily, to stop myself getting into an event l...
Hello I have an error when i update belongs to relationship User Model public function profile()...
I ran a vagrant update as prompted yesterday and all my databases have been nixed. Where inside the...
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