how to integrate editor with license with laravel? it's possible using composer?

how to integrate editor with license with laravel? it's possible using composer?

soerantosoeranto Posts: 1Questions: 1Answers: 0

Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:

Answers

  • allanallan Posts: 63,414Questions: 1Answers: 10,454 Site admin

    There isn't a way to install the Javascript for Editor with composer I'm afraid. The PHP libraries can be installed with composer - those are MIT licensed open source. Only the Javascript for Editor carries a commercial license.

    You can use NPM, or just host the files in your directory structure. Full instructions for that are available here.

    Allan

Sign In or Register to comment.