Support the ongoing development of Laravel.io →

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 9 years ago

Many to many relationship with extra field

I thinks its already clear in the documentation, but here are the headlines // Paper.php model pub...

farshidgh70 liked this reply

1 Likes
Solved
replied 9 years ago

whereHas chaining and orWhere

Try with whereNested $thing = Equipment::whereHas('agreement', function($q)use($month) { $q->w...

0 Likes
replied 9 years ago

passing url to ajax request

sandysh said: Hello everyone, I am new to laravel and i have been working on a web app using this f...

0 Likes
replied 9 years ago

Pagination links HTML is being escaped in my view

I assume you're with Laravel 5, use this instead {!! $tags->render() !!}

0 Likes
Solved
replied 9 years ago

Invalid argument supplied for foreach()

I think you're trying to say: @foreach ($issue->levels as $level)

0 Likes
Solved

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.