Nik N.

Results 3 comments of Nik N.

You could use `form_open({'url': url_route('topics.reply', {'slug': topic.slug, 'id': topic.id}), 'method': 'post', 'id': 'quickreply'})` to generate forms ^^ looks ugly ...

Maybe it's easier for inputs, because you can more easily define the selected element and don't have to write an if clause every time ... (not sure though if there...

@ATofighi there is the `csrf_field()` function for generating a csrf form field in laravel 5.2 ... no need to use `laravelcollective/html` for this ... A whole package just for two...