Support the ongoing development of Laravel.io →

tbergeron

Joined 6 Feb 2014

Statistics

Threads 6
Replies 7
Solutions 0
Articles 0
posted 8 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...

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

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

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

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

Likes Replies
replied 8 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 8 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 9 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.

© 2023 Laravel.io - All rights reserved.