Support the ongoing development of Laravel.io →

Fetch Collection with Condition on distant Relationship

I"ve following relationships: Heartbeat belongs to Entity Entity belongs to Branch Branch belo...

0 Likes
0 Replies

middleware /check activation status before postlogin()

Dear community, I need some help, I created a field "activation_key", which is assigned to...

0 Likes
1 Replies
posted 9 years ago

Homestead on AmazonAWS

Is it possible to install & use Homestead (php5.6, nginx, HHVM, ...) on Amazon AWS? If yes, how...

0 Likes
5 Replies

caching tips (not doing but placement/organisation)

Ok so i have started caching queries in different places but this has resulted in me remembering to...

0 Likes
2 Replies

Eloquent ORM how to avoid duplicate conditions

How can i prevent duplicate Shop data(shop_name)? when I dd($data) it return null; ** Database: ** |...

0 Likes
1 Replies

Laravel Socialite - Google

Who can help me ? when i login with google have two errors ClientException in Middleware.php line 69...

0 Likes
0 Replies

Concrete classes stored in DB

Hey Laravellers. I'll get straight to the point: I currently have a inherited a project whereby I ha...

0 Likes
1 Replies
posted 9 years ago

redirect to signed s3 url problem

Hi, I have the following problem: if I redirect to a signed s3 url from the php aws sdk v2, the down...

0 Likes
1 Replies
Solved

Ignore $with from eloquent

Hey, I have one model where i set $with variable to always take a relationship. But i have one case...

0 Likes
2 Replies

CURL and Facades

Hi all, I need to build a webservice between two laravel applications. APP1 (local IP 127.0.1.1 and...

0 Likes
0 Replies

Laravel 5 Excel Import to View

I am using maatwebsite Laravel Excel and what I’m trying to do is import a csv and then display the...

0 Likes
0 Replies

Making email optional

Hi everyone, I'm new to Laravel but have a decent amount of experience with PHP and a lot of experie...

0 Likes
2 Replies
Solved

Button to delete database item

If in my Blade template I had this: @foreach($entries as $entry) <li>{{$entry->filename}}&l...

0 Likes
6 Replies

Push queues not receiving view data correctly

Hi guys, I'm having this weird problem, when I try to push an email to the queue, the message is sen...

0 Likes
7 Replies
Solved
posted 9 years ago

MVC not using database

Hi my issue is as follows I have a controller as follows public function index() { $mode...

0 Likes
3 Replies
Solved
posted 9 years ago

Storage delete FileNotFound

hi, I have a problem deleting a file in a MAMP location. the file is not found in the public directo...

0 Likes
3 Replies

How to change Domain name

I have install my laravel in example.com. Now i want to change the domain name to abc.com/shopping....

0 Likes
2 Replies

Make an Inner Join with two different tables

Hi ! I have a table named professor_turma, which has some importante keys: ´cod_professor, cod_disci...

0 Likes
0 Replies

Ajax image load after dropzone success event

So I am using dropzone.js and I want to reload a particular image after the success event of dropzon...

0 Likes
0 Replies
posted 11 years ago

Getting the enum possibilities for an enum field

How do i get the enum options from an enum field? I have a field in Users called Role, in the databa...

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

© 2025 Laravel.io - All rights reserved.