Support the ongoing development of Laravel.io →
othmanus

othmanus

Joined 23 Jul 2014

Statistics

Threads 1
Replies 24
Solutions 6
Articles 0

Paginator appends array not working

Hi, I'm using a form send by GET method. This form contains some multiple checkbox. {{ Form::open(['...

0 Likes
6 Replies
Solved
replied 10 years ago

Multi Table Query

You can try with the hasManyThrough relationship

0 Likes
replied 10 years ago

Auth::user() get relationships

You should make sure you are authenticated before using Auth::user(). if(Auth::check()) { $role...

1 Likes
replied 10 years ago

Laravel 5 hasMany relationship has null as query parameter

The second argument should be "s_id" class Artist extends Model { protected $table = '...

0 Likes
replied 10 years ago

Generating pivot tables in Laravel 5

EDIT: In the doc of this package, the command is : php artisan make:migration:pivot tags posts

0 Likes
replied 10 years ago

Multi Table Query

First, you can retreive the authenticated user with "Auth::user()" instead of "User::...

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.