Editor/Laravel Best Practice

Editor/Laravel Best Practice

AdrianSmithUKAdrianSmithUK Posts: 26Questions: 10Answers: 0

Hi

Do you have any guidance on the best way to integrate Editor and Laravel?

Many thanks,

Answers

  • kthorngrenkthorngren Posts: 21,330Questions: 26Answers: 4,951
    edited November 20

    Are you using the Yarja Laravel-Datatables library? IF so then you will probably need to refer to their Editor documentation.

    Kevin

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin

    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

  • AdrianSmithUKAdrianSmithUK Posts: 26Questions: 10Answers: 0

    Thanks for the advice chaps.

Sign In or Register to comment.