Laravel 5.0.35 with Editor latest version
Laravel 5.0.35 with Editor latest version
newred
Posts: 12Questions: 7Answers: 0
wanted to know how to integrate editor into laravel framework. i have no issue on displaying datatable, but how should i integrate Editor, where should i place my editor php/Database folder and also the user.php (ajax calling this file that query user data). kindly advise.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
The pre-built Editor PHP libraries don't current integrate directly with Laravel. However, there is no reason why they can't exist side-by-side following the existing install instructions.
If you prefer to use Laravel directly, the client-server communication Editor uses is documented in the manual.
Allan