Hello, i'm trying to specify a scope to filter a timestamp by year The goal is to be able to do some...
So I got a small situation here i got a model for pages, with a all so known parent_id field as rela...
Hi Need some help.. I am building my own login model using a customuserProvider (it implements User...
here it is my code: http://laravel.io/bin/yGXy8 when my entered value is match to database value it...
This is for a search query based on many input fields, i'm doing if statements inside the query base...
I have two arrays of objects and I want to check if ids of elements of both are the same then select...
I am trying to select from a table, but I only want to select things that have an existing relations...
this is my edit function: public function edit($id) { $user = $this->user->find...
Can anyone convert this to the Laravel 4 Query Builder please? SELECT cases.id, reference, (SELECT C...
I am trying to attach bills to a user which they can create themselves. However I am having problems...
Hi there, I have a field in my DB that was created with Schema builder, that is behaving unlike any...
I have button named Delegate and when user click on it, It must send user comment and selection to s...
Can someone help me to "translate" this mysql query to laravel. SET @prev=0,@rownum=0; SEL...
Hi I need to create the following ability on a form to create/select: Country Province Town Suburbs...
I have a table of 'tips' which have many columns one of which is a date column.... The tips that are...
I can successfully run and roll back the two default migrations (users and password resets) but it d...
Good day guys, base in my view function (create.blade.php). I displayed a table from my database and...
Hey, I have one table which is connected with others with foreign keys. Order table: order_id custom...
I'm trying to sort on the value of an accessor, but I'm not entirely sure where to put it. The attac...
hi i want to set foreign key for post table and user table but throw below error : [Illuminate\Da...
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