amaelftah/laravel-trix

Can this work in an SPA?

Closed this issue · 1 comments

Hi, thank you for this package! Looks really good!

Just a question - can this work in an SPA? Is there any way we can render the trix markup using javascript instead of using the blade @trix directive?

hey

i think there's a way like this Test Case

$post->trix('content')->__toString();