Support the ongoing development of Laravel.io →
mehmet

mehmet

Joined 18 May 2014

Statistics

Threads 31
Replies 17
Solutions 0
Articles 0

How can I obfuscate controller, view, js and css files?

How can I obfuscate controller, view files and css, js files. How can I make them compatible with ea...

0 Likes
1 Replies
posted 11 years ago

What is wrong with this query?

Hi all, I have the following query: $posts = Post::with( 'comments' => function($c) {...

0 Likes
1 Replies

How can I install HTML Purifier?

How can I install HTML Purifier to Laravel. Please help.

0 Likes
1 Replies

is remember keyword enough for caching paginated query results

Hi all, I have the following query: $posts = Post::where('category_id', '=', $category->id)...

0 Likes
1 Replies

how to prevent user from inputting html tags

I wonder how can I validate forms to be html tags free.

0 Likes
3 Replies
replied 11 years ago

how to prevent user from inputting html tags

I would reject it, becuase I expect user to input comment.

0 Likes
replied 11 years ago

comment ordering problem

In fact, I am aware of the eager loading solution. But I want to evaluate posts and comments separat...

0 Likes
replied 11 years ago

How to evaluate pagination links

I tried all above, but I couldn't..

0 Likes
replied 11 years ago

How to evaluate pagination links

$comment->links() gives this error: ErrorException Call to undefined method Illuminate\Database\Q...

0 Likes
replied 11 years ago

How to evaluate pagination links

$posts->comments()->links(); gives following error: ErrorException call_user_func_array() expe...

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.