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

Using FormRequest validation without using Form Builder

soanvig said: othmanus said: I don't think there's a need for this, because {{ old('field') }} is...

0 Likes
replied 10 years ago

Using FormRequest validation without using Form Builder

soanvig said: Hello, @othmanus. Thank you, for your reply! It helped me a lot! {{ old('field' }} i...

0 Likes
replied 10 years ago

Relationship scope

Try this. // Article.php public function scopeDescs($query, $LanguageID = null) { if($LanguageID)...

0 Likes
replied 10 years ago

Oauth----facebook and twitter!

if you're using Laravel 5, you do not need so, you can use Laravel Sociallite. if you're using Larav...

0 Likes
replied 10 years ago

Using FormRequest validation without using Form Builder

To mark the error and show the error message, you use the $errors variable. here's a shorter way <...

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.

© 2026 Laravel.io - All rights reserved.