How can I obfuscate controller, view files and css, js files. How can I make them compatible with ea...
Hi all, I have the following query: $posts = Post::with( 'comments' => function($c) {...
How can I install HTML Purifier to Laravel. Please help.
Hi all, I have the following query: $posts = Post::where('category_id', '=', $category->id)...
I wonder how can I validate forms to be html tags free.
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.