laravelista / comments

Native comments for your Laravel application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ajax support

seongbae opened this issue · comments

Thank you for the package.

I was curious if this package supports ajax or do you have plans to support ajax in future?

Thank you for the kind words.

Currently the package has endpoints to which you can make requests instead of submitting forms and doing full page reloads, but you need to implement that logic yourself.

I will be open to a PR which can provide an alternative UI to the default one.