Support the ongoing development of Laravel.io →

tbergeron

Joined 6 Feb 2014

Statistics

Threads 6
Replies 7
Solutions 0
Articles 0
posted 9 years ago

Laravel 5: mimes validator always returning errors even with right mime type.

Hi folks, While using the mimes validator I tried mimes:m4v and also tried mimes:video/x-m4v Here's...

0 Likes
6 Replies

Cannot find records using ->where() and booleans

Hi, I'm having a problem. Using migrations I create the following field: $table->boolean('is_clos...

0 Likes
1 Replies
Solved

Getting ->diffForHumans() to work on other timestamp fields

Hi, I've been raging for a few hours trying to achieve this. 'created_at' and 'updated_at' both have...

0 Likes
4 Replies
Solved

Visible, Hidden, Fillable & Guarded with Foreign Keys

Hi, First question: What options should foreign keys use? Guarded? I have an Article object that has...

0 Likes
3 Replies
Solved

How to handle relations between table in forms?

Hi, I've been looking for examples for a while and found out that the docs are lacking about this. H...

0 Likes
3 Replies
replied 9 years ago

Laravel 5: mimes validator always returning errors even with right mime type.

For more info, here's my action: public function store(VideoRequest $request) { $vid...

0 Likes
replied 9 years ago

Validation to upload photo isn't working

Did you found your problem? I'm having the same with videos right now with Laravel 5.

0 Likes
replied 10 years ago

How to debug "artisan serve" in PHPStorm?

Anybody would like to answer this question? My guess is that you'll need to check out which php arti...

0 Likes

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.