Datatables Editor 1.9.5 With Laravel 8

Datatables Editor 1.9.5 With Laravel 8

heissenheissen Posts: 14Questions: 5Answers: 0

I have license datatables editor, i worked with codeigniter before migrate to laravel, and there no proble with $this->load->library. Then, how to intgrate editor with laravel ?

Sorry for my english.

Answers

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    Hopefully this tutorial should help, it's demonstrating how to do that,

    Colin

  • chetankchandakchetankchandak Posts: 8Questions: 2Answers: 0

    Hessen can u pls share, how u integrated Datatables editor with codeigniter?

  • heissenheissen Posts: 14Questions: 5Answers: 0

    @collin ,any solution to use editor without thrid party?? :'(
    @chetankchandak yes, jus follow this link : http://ci.dubbel16.nl/index.php/2015/12/22/codeigniter-with-datatables-and-editor/

    now, its successfully for my app

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    ,any solution to use editor without thrid party?

    Laravel is a PHP framework, so there is nothing to stop you loading the default Editor libraries alongside Laravel. The advantage of using the yajra library is that it uses the native Laravel database methods instead of the direct PDO ones we use in our own libraries.

    Either approach is perfectly valid and will work.

    Allan

This discussion has been closed.