I've been working on a project recently, and I've hit a block in my database design. I'm required to...
Guys, im getting this error, but i dont know why... And worser: i dont know how to solve. Im using l...
I have User model. I also have 5 Profile Models these are sub-types of User: Manufacturer, Seller, C...
I am learning Laravel and am just practicing. I am creating a second connection to a database, so I...
Hello, Im now learning laravel and in the end I want to build a sort of e-commerce solution for a to...
I'm a little confused with relationships and struggling to get it working, i guess in reverse order....
Hey all, I'm currently getting to grips with Repository patterns with Laravel after a nightmare of t...
Hi guys, Starting to go crazy on that.... Behaviour: Query works and returns the results I want BUT...
I create a table with paginate::simple. That work fine. When I edit a record I can return to the pag...
Can someone help me convert this standard SQL into eloquent queries select main.name as main_name, s...
Is it possible to reference a full namespace? I mean using: use MyApp\Models; (this is not working...
Hello, I have a table communications and a table agents. Each communication belong to an agent. I wo...
##Hi guys, I created a table name in MySQL called "orm" I also created a model like this o...
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 It seems that default values defined in $attributes are not being mutated before saving to the da...
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...
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