Support the ongoing development of Laravel.io →

4,588 Threads

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

grouping of results

Hi, I'm looking for advise on how to group results from a query, the laravel way, I've tried looking...

0 Likes
2 Replies
Solved
posted 10 years ago

Fluent DB produces incorrect query if where is placed before join, order of statements matters

This Fluent statement: DB::table('plans') ->where('creator_id', '=', '0') ->leftJoin('...

0 Likes
0 Replies

Connect to a named pipe SQL Server with Laravel?

Is this even a possibility? Need it for a legacy project to transfer some data daily to my MySQL dat...

0 Likes
0 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.