Support the ongoing development of Laravel.io →

4,300 Threads

posted 10 years ago

MorphToMany

Can someone give me an example of how to save elements with this relationship? Currently I have Prod...

0 Likes
0 Replies

HELP! Query with join on pgsql

Hi, I want to have sql query like this: SELECT * FROM "public".user inner join ( SELE...

0 Likes
0 Replies

Eloquent Model Factory / Model Code Generator

Hey folks, There are times when heavy model customization is required, and I want to access data wit...

0 Likes
2 Replies

paginate() problem

I have a problem with paginate() with hasmany(). I have 2 tables. Categories and posts. I showing po...

0 Likes
2 Replies

One to many relationship help

I have a table named attendance and another named students_attendance. I add an attendance record to...

0 Likes
3 Replies

rendering data of a join query

i've been able to construct a join and it works: $projects = Main::join('builds', 'mains.build_id',...

0 Likes
1 Replies

Many to Many Relationship

Hi, how I hidden column on many to many relationships? Square.php public function sitesquares() { //...

0 Likes
0 Replies

Database query: nested object

Hi, I am trying to create a beautiful API. Lets assume we have 2 tables, relationship one-to-many (a...

0 Likes
2 Replies
Solved

Model Observer And Events When Create

There are two ways to create new record in laravel $model = new MyModel; $model->field1 = 'value1...

0 Likes
1 Replies
Solved

How to setup a polymorphic relationship?

Hi guys! I have a posts table and a post may have one media. It can be a video or a gallery. This is...

0 Likes
0 Replies

boolean TRUE/FALSE not saving in DB

Hi, I have a boolean column in table. I have also added that field in $fillable in modal class. When...

0 Likes
0 Replies

Table data as form input when editing a resource

I was wondering if there is any good way to treat table data as form input data. That's probably cle...

0 Likes
0 Replies
posted 10 years ago

Filter laravel collection

Hi folks, I'm having problems with filtering related objects: 2 Tables: customers and bills A custom...

0 Likes
2 Replies

How to override the Model that morphTo will create?

Hi guys! I have a posts table having these fields id content post_type media_id postable_type The...

0 Likes
0 Replies

Migrate How to Change Column by One Setp

I want change password column length 32 to 60 Why this is not work, if (Schema::hasColumn('users', '...

0 Likes
0 Replies
posted 10 years ago

deleting with associations

Hi all, I have a User model that hasMany Assessments so: class User...{ public function assessment()...

0 Likes
2 Replies

Models properties

How do i make eloquent: NOT assume that my primary key is only named 'id' set the $timestamps prope...

0 Likes
8 Replies
Solved

Database whereHas with Wherein (Query Builder)

id item_id tag_id 244 25090 28 247 25091 28 249 25091 33 250 25092 28 251 25092 33 253...

0 Likes
1 Replies

Capture Model old data before committing updated data to database

Hi, We have a requirement in our application wherein we need to capture all instance of update opera...

0 Likes
1 Replies

Array on One Column (Join)

DB::table('users') ->join('contacts', 'users.id', '=', 'contacts.user_id') ->join('orders', 'u...

0 Likes
1 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.