Hello everyone, I am new to Laravel. I want to create a property search engine. my properties has an...
Hi there, How can I convert this SQL into PHP? UPDATE cashbooks SET amount = amount - (SELECT amo...
I'm new with relationships and eloquent. I still don't really understand working with eloquent and p...
[I've used whereRaw on Subquery] Dear Sir, I have some problem on below, $withRanks = DB::...
How to insert in database number of the seat from the bus and check what seats are available. What I...
Hi, I'm trying to convert a query to models: My query: $article = DB::table('Article as A') ->joi...
Hi, I'm using Tinker to test my models, and whenever i attach something to a model, i need to exit t...
my Controller <?php namespace App\Http\Controllers; use App\Task; use Illuminate\Http\Request;...
i have a input fields to insert names to the database at the moment it works like every time i enter...
I have register form, in that form there is select form which decide if user is farmer or buyer. If...
Je veux insérer des données dans ma base de données mais lorsque je lance mon artisan, on m'écrit ça...
We like to implement a system for a Network Marketing Company that operates in several countries but...
I'm trying to populate tags from the database into a select2 field. The data is returned in the insp...
Ok, so I'm trying to create a support code that expires and is updated with a random code every 24 h...
I have a slightly complex query that I first made in flat mysql, but I don't know how to translate a...
Hi, I've been trying to use database transactions with some static functions I created. But, is this...
I have a model and I have a method and also a scope that looks like this: public function scopeDue($...
I would like to crawl a link or page within my project in laravel, I saw some tutorials but very sha...
I have followed all your threads. but nothing worked for me. I'm using wamp server and i have create...
I want to know the best upgraded feature of laravel 5.8 , have a ecommerce site build on laravel 5.7...
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