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?
soeranto
Posts: 1Questions: 1Answers: 0
Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
Answers
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