Support the ongoing development of Laravel.io →
posted 4 years ago

How do I hasMany->hasMany SUM?

Hello, How do I Many to Many SUM? Like this; $users->threads()->comments()->sum('amount');

0 Likes
1 Replies
posted 4 years ago

Form values not uploaded on submit

I use Laravel 8 inertia and vue I want to update a post and I use this component in a main vue <t...

0 Likes
0 Replies
posted 4 years ago

Having issue with json response on my ongoing laravel work

My json response have be return garbage of data before expected result here is my controller functio...

0 Likes
0 Replies
posted 4 years ago

Crudify: A Laravel 8 CRUD package for rapid scaffolding and

Crudify is a Laravel 8 CRUD package which promotes rapid scaffolding and development. It uses a trie...

0 Likes
0 Replies
posted 4 years ago

How to display initial value of model in date input in vuevu

I use Laravel 8 inertia vue. I have a model (activerecord) and I would like to update it, particular...

0 Likes
0 Replies

I do not understand ui scaffolding

I am rather new to laravel. I could manage to create my first site and deploy it, but attempting to...

0 Likes
2 Replies
posted 4 years ago

facade + service provider link breaks in console commands

i have a facade (ITwrxCrypt) that references my service provider (ITwrxCryptServiceProvider) which e...

0 Likes
0 Replies

How to write product filter query in Laravel

Can someone please guide me on how I can write this below query in laravel by using eloquent ORM and...

0 Likes
0 Replies
posted 4 years ago

Multiple Upload Images in Laravel

I am here to ask my question about multiple upload Images in laravel, Which is If it would be okay i...

0 Likes
1 Replies
posted 4 years ago

HTML TO IMG(png,jpg,gif)

Hello friends, I'm here to ask for help, I'm on a project where I generate an image and I need to sa...

0 Likes
1 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 4 years ago

Images showing in built in server but not after deployment

Hi, I use the laravel filesystem with the following config `> 'disks' => [ 'local' =>...

0 Likes
4 Replies
Solved
posted 4 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
posted 4 years ago

Multiple Upload Images in Laravel

I am here to ask my question about multiple upload Images in laravel, Which is If it would be okay i...

0 Likes
1 Replies
posted 4 years ago

Structure Microservices Laravel/Lumen suggestions

Hello. I have to dev a project with 5 microservices by now, but in a future it could have more than...

0 Likes
0 Replies
posted 4 years ago

Business logic outside of models (and controllers)

Hi, I'd like to have skinny controllers, but also skinny models. I usually put only relations in mod...

0 Likes
0 Replies
posted 4 years ago

How to impplement i18n into a laravel+vuejs project

Im a web developer internt assigned to translate a web page, translating blade tamplates with locali...

0 Likes
0 Replies

Proper dynamic form request refactor issue

Hello. I have issue when I'm trying refactor dynamic form validation into form request. Main issue i...

0 Likes
0 Replies
posted 4 years ago

errors event/listener - data from event Not appear in Listen

errors event/listener - data from event Not appear in Listener Log where setup this: broadcastOn()  ...

0 Likes
0 Replies

Valet and Request Entity Too Large

Hello. I have a problem with it. I'm trying to upload a big file (1.5GB) in local and I got the prob...

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.