##Hi guys, I created a table name in MySQL called "orm" I also created a model like this o...
my version is laravel 4.2 in mycode , I have got a Collection $serieses, and it has a relation named...
Coming from Codeigniter, I'm used to placing all my database queries in the model. From what i've se...
hi, im using this migration: Migration and this model: Model how do i specify the composite key in t...
Hello For All :) I want to design an online store. For each category of productions, we would have i...
Hi Everyone Is it possible to pass multiple with statements in laravel? For example, in your functio...
Hi all, It just a quick question about Eloquent and how it handles input data. The query builder as...
I'm getting a bunch of rows, like this: $raw = DB::table( 'objects' )->where( 'user_id', $user_id...
How to make multi language website and pull all data pages from database? I see about Localisation b...
Sorry this is more like a question about forge, but I don't know where else might be a better place...
Hello, I'm trying to group a result by multiple columns. Only my first property seems to be used. $a...
I've had a schema change on my application. I would like to use migrations to convert parts of the d...
Hi, i have the following issue: I have 3 Models: Categories Products Shops Shops and Categories ar...
I need to retrieve data from a table based on the value of the pivot table.So how can i do it ??? Be...
Hi guys, do any of the Eloquent guru's know if you can lazy load and filter further than one degree...
Is there an easy way for me to record all the emails sent via mandrill to also make a copy into my D...
Hy, I have some problem to use the "DB::table" expression. Here is my code : DB::table('pa...
Can anybody validate will hasOne work in such way: Post::find(1)->author->fill([ 'title' =...
Does the Schema builder not support this type of relationship? Pseudocode: Table: cities increments(...
Hello, I'm new to Laravel and PHP, but I really enjoy working with it :) I want to post, edit and de...
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