laravelista / comments

Native comments for your Laravel application.
MIT License
744 stars 142 forks source link

ajax support #185

Closed seongbae closed 2 years ago

seongbae commented 2 years ago

Thank you for the package.

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

mabasic commented 2 years ago

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.