Support the ongoing development of Laravel.io →

viiter

Joined 4 Nov 2014

Statistics

Threads 3
Replies 3
Solutions 1
Articles 0

How to join a additional tables after pivot table join

I have a pivot table "show_user" with columns show_id, user_id in my App\User.php i have p...

0 Likes
1 Replies

Laravel 5.4, problem saving an associated model

i'm trying to save a new tvshow and it's episodes into the database with the following code but in t...

0 Likes
1 Replies
Solved

How to use laravel localization without specifying the file? is it possible?

i have a file in /app/langs/es/messages.php <?php return array( 'hello' => 'Hola' ); at t...

0 Likes
2 Replies
replied 7 years ago

How to store empty DateTime input to Null value instead of 0000:00:00 00:00 value

set the column default value to NULL in your database or in your migration script $table->timest...

0 Likes
replied 7 years ago

Laravel 5.4, problem saving an associated model

Found out the problem, the show object has to use increment id's

0 Likes
Solved
replied 9 years ago

How to use laravel localization without specifying the file? is it possible?

I understand the idea behind it, but i would love to have the fallback to messages.php if no file is...

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.