Support the ongoing development of Laravel.io →
Xum

Xum

Joined 12 Apr 2015

Statistics

Threads 0
Replies 188
Solutions 31
Articles 0

xum has not posted any threads yet

replied 10 years ago

Add extra value to query in Laravel 5

Have you defined $fillable property of your model?

0 Likes
Solved
replied 10 years ago

Add extra value to query in Laravel 5

$input = Request::input(); $input['extra_data'] = $external_value; Post::create($input);

0 Likes
replied 10 years ago

Relationship returns NULL.

Could you also post schemas for detaliicommat and comenzimaterial tables.

0 Likes
replied 10 years ago

How to mock time?

There are a few packages for mocking built-in time functions. Maybe try one of them.

0 Likes
replied 10 years ago

Pagination of query string that contains an array

Oh, and could you var_dump(Request::query()) and post it here, too.

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.

© 2026 Laravel.io - All rights reserved.