Support the ongoing development of Laravel.io →
mehmet

mehmet

Joined 18 May 2014

Statistics

Threads 31
Replies 17
Solutions 0
Articles 0

How to link HTML::style to a separate static file server?

As the title implies, how can I link HTML::style to a separate static server? Is there a global conf...

0 Likes
0 Replies
posted 11 years ago

Paragraph based textarea format in blade?

Hi, I have a textinput from a user like that: This is first paragraph. This is second paragraph. The...

0 Likes
1 Replies
posted 11 years ago

I can't run laravel commands encoded by ionCube

I encoded controllers and commands folder by using ionCube. Controllers run properly (pages render n...

0 Likes
0 Replies
posted 11 years ago

Is it a good practice to make use of "array_key_exists" in blade?

Hi all, For some reasons (In fact, to eliminate errors in blade) I want to code like that in blade:...

0 Likes
1 Replies

How to get page number before pagination query?

Hi all, I get posts with the query below in pagination: $posts = Post::all->paginate(30); I want...

0 Likes
1 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.