Editor/Laravel Best Practice
Editor/Laravel Best Practice
AdrianSmithUK
Posts: 26Questions: 10Answers: 0
in Editor
Hi
Do you have any guidance on the best way to integrate Editor and Laravel?
Many thanks,
Answers
Are you using the Yarja Laravel-Datatables library? IF so then you will probably need to refer to their Editor documentation.
Kevin
Just to add - if you aren't using Yarja, then that is the move "Laravel" way of using Editor at the server-side. The PHP libraries we publish are framework agnostic, so they can work alongside Laravel no problem, but they don't integrate with Laravel themselves. You'd need to put the Editor instances into Laravel controllers etc.
Allan
Thanks for the advice chaps.