Support the ongoing development of Laravel.io →

3,594 Threads

Database Field Not Populating With Soft Delete

Hello Laravel Community, I am a beginner in Laravel. I have learned the soft delete concept using []...

0 Likes
2 Replies
posted 3 years ago

Not able to make a database connect using Eloquenteloquent

The following command is not creating a record in my database: $person = Person::create($_REQUEST);...

kenoli liked this thread

1 Likes
2 Replies

whereYear with timezone

Good morning everyone, i have a small problem with the "whereYear" query. In the backend t...

0 Likes
1 Replies

could not find driver, laravel6, SQL server 2008 R2

Hello it's already been 1 week I'm struggling to connect to my sql server with the laravel framework...

alexanderfalkenberg, imanghafoori1 liked this thread

2 Likes
0 Replies

morphedByMany "manipulates" column if it starts with "pivot"

Hi everyone I'm encountering a problem, morphedByMany relationship "manipulates" column on...

0 Likes
0 Replies

Is my responsibility to add User [from the social media data

https://laravel.com/docs/8.x/socialite Using the Social Sign-in in a Laravel 8.x App/Site Is my resp...

lse123 liked this thread

1 Likes
1 Replies

Hasmany With Sum but Whats The Variable Name?

Invoices Model: public function items(){ return $this->hasMany('\App\InvoiceItems','invoice_id','...

0 Likes
0 Replies

Live Video Streaming using Laravel

I want to do a live video streaming for one of my gaming tournament platform where user can join the...

0 Likes
0 Replies

I want to add items to OderItems

I want to add product_id, order_id, Price, Quantity to Order_items tables when customer click confir...

tiennhph08978 liked this thread

1 Likes
0 Replies

Implement messenger chatbox

I would like to implement messenger chatbox using laravel as back-end and angular as front-end using...

0 Likes
1 Replies
posted 3 years ago

How is this query in Laravel

This is my code: $receptions = Reception::where('hotel_id', $hotel_id) ->where('payed', 1) ->w...

0 Likes
4 Replies

i nedd help

Hello I am working on an application, I would have to save a photo ID but when I click on the save b...

0 Likes
0 Replies

Foreign key column vs belongsTo

VendorProduct belongsTo a single Vendor. To find or assign a Vendor to a VendorProduct, must the Ven...

0 Likes
0 Replies

Laravel Response deleted_at

deleted_at when there is a null response "delsoseted_at": "1969-12-31 18:00:00",...

aleksandertabor liked this thread

1 Likes
0 Replies

How to call stored procedure using laravel and send mail?

Hi, I am beginner of laravel and MYSQL AND i wanted to call my stored procedure and pass the data to...

0 Likes
1 Replies

get all numbers are not in use

Hello, i try to explain my Problem. I have 2 Tables in relationship shootingbooks and shootingranges...

0 Likes
1 Replies
posted 3 years ago

Join relationship just like it is with "->with"

I'm a little confused why Builder::join couldn't be similar to Builder::with to join tables.. To be...

0 Likes
0 Replies

Get rows only if relation exists (Laravel Nova)

Hi I am trying to make a filter in laravel nova that allows me to select items that have a relation....

0 Likes
1 Replies
posted 3 years ago

Adding table on running site

What is the process to add tables on database of a running site ...da

0 Likes
1 Replies

How to properly store checkbox array

Hello I have a form on which I display 6 checkboxes numbered 1 to 6. They represent the classes a st...

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