As the title implies, how can I link HTML::style to a separate static server? Is there a global conf...
Hi, I have a textinput from a user like that: This is first paragraph. This is second paragraph. The...
I encoded controllers and commands folder by using ionCube. Controllers run properly (pages render n...
Hi all, For some reasons (In fact, to eliminate errors in blade) I want to code like that in blade:...
Hi all, I get posts with the query below in pagination: $posts = Post::all->paginate(30); I want...
I would reject it, becuase I expect user to input comment.
In fact, I am aware of the eager loading solution. But I want to evaluate posts and comments separat...
$comment->links() gives this error: ErrorException Call to undefined method Illuminate\Database\Q...
$posts->comments()->links(); gives following error: ErrorException call_user_func_array() expe...
The Laravel portal for problem solving, knowledge sharing and community building.