Support the ongoing development of Laravel.io →

4,591 Threads

Timestamp columns not updating

I thought these columns got updated automatically but they're not. I don't know what I may be missin...

0 Likes
6 Replies
Solved

Using lists with eager loading

Hello! I'm trying to get "full_name" from the users table in the lists function like this:...

0 Likes
6 Replies
Solved

Foreign Keys Drop-down List

I have 2 tables: [CUSTOMERS] id, full_name, company_id [COMPANIES] id, company_name I already create...

0 Likes
3 Replies

Caching relationships and table data

Throughout querying my database with the queries as the one below; Model::with('first','second','thi...

0 Likes
2 Replies
Solved

N-ary relationships

Hi community, Does anyone know how to deal with n-ary relationships ? I managed to create a pivot ta...

0 Likes
6 Replies
Solved

how can i store the data in different tables in db?

Hi..Recently I installed DOPTOR CMS.Really it is working good.I have one doubt,while creating the mo...

0 Likes
0 Replies

Relationship with template tables

Hi, I would like to know what the best way is to retrieve data from my database with the following s...

0 Likes
5 Replies

Laravel/Contract in Chicago, IL

We are a Chicago, Il based SaaS in need of a Laravel/PHP Developer who is familiar with MongoDB and...

0 Likes
0 Replies

About the doptor cms

Hi friends I am karthi also new one to doptor cms I download onetime and installed then i worked tha...

0 Likes
0 Replies

Many to many to many in whereHas()

I have an eloquent class Biblio with relationship as items() to BiblioItem which in turn has relatio...

0 Likes
11 Replies
Solved

How to store multiple forms data in different tables in DB.

Hi..Recently I installed DOPTOR CMS.Really it is working good.I have one doubt,while creating the mo...

0 Likes
1 Replies

DB Structure for product variations

I need to build a database structure that will allow us to create option sets. These sets then need...

0 Likes
3 Replies

Migration

How do i use the down function only of the file in migration.

0 Likes
0 Replies

How to track changes in the database and store it in a history log?

how can I track changes in the database and store it in a history log, such as after I insert, updat...

0 Likes
5 Replies
Solved

How to insert multiple rows with one query?

How would I implement this with laravel? INSERT INTO table (a,b) VALUES (1,2), (2,3), (3,4); thanks

0 Likes
1 Replies

How to save Data with same name Fields

Hello Guys, I just Worried for my Codes, And I dont know what to do. Cuz, iam new in Laravel, My Pro...

0 Likes
2 Replies
posted 10 years ago

DB::update() problem,it is not work!

i want to build a function call fixdelete to define a new softdelete. as you see: DB::update('update...

0 Likes
3 Replies

route doesnt work

why this route wont work ? its just refreshed the page. data wont fill in database routes.php <?p...

0 Likes
1 Replies

timeslot search using carbon

Hello, I am building a scheduler app that find candidates with free timeslots that fits into an empl...

0 Likes
1 Replies

Error in Passing a multidimensional array from controller to view

Route File:- Route::get('/',function(){ $menuitem = Menuitem::all(); return VIEW::make('index',$menu...

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.