Hello. I have problem with relationship three table. We have the tables users - id - username compa...
So I have a query that looks like $atten = Attendance::select( DB::raw('DATE(tStamp)') )->group...
I've got a Restaurant, Review and User model Restaurants have reviews, which have a user I would to...
I have the following scenario. I have 3 main tables: Countries Job possition Income *** Income tab...
Hey guys, I am fairly new to the Laravel framework. Currently in my blade I have a few fields that u...
I´m using Laravel5.3. The problem is that the current Pagenum is not set. I mean I get the correct d...
I've been 5 hours on this :( Cant find what is the error : ErrorException in ContestController.php...
See Source Code Question Why does the following code return the pivot value for the original attribu...
Hello there, Following up one Laracast about Roles & Permissions, I'm trying to figure out a way...
Anuj@Anuj-PC MINGW64 /c/wamp/www/demoProject $ php artisan make:model User -m ←[32mModel created suc...
I also posted my question on laracast, but perhaps anyone here has the answer. Topic on laracast I'm...
Hi people, i have a problem. I have a RESTful controller called SCHEDE. I want to insert new row in...
Hi, I have a Shops model associated to services, using a pivot table: public function services() {...
i have Many To Many Polymorphic Relations. post morphedByMany(postA) post morphedByMany(postB) post...
Hello, I've got a problem setting up Attendize, which is based of Laravel. Now, I entered the creden...
The problem that I am having is that when I output the data from the database like this: $diets = Di...
I installed the drivers into my Homestead + laravel, but i can't connect. how can configure my confi...
Hi, I have a Controller that needs to process a form and then do some database checks that involve l...
I am looking for the equivalent in Eloquent/ Laravel to the SQL statement SELECT label_id, COUNT(*)...
Hello, I made a website that allow users to post pictures. Each user's page propore pulique his phot...
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