New video guide on gantt with PHP Laravel

Hi all,

We’ve published a new video guide on our youtube channel.

In this video, we talk about integrating dhtmlx gantt into Laravel application with MySQL database

Please check it out, we’d love to hear your feedback

If you’re interested in this format, feel free to leave comments with your ideas and suggestions for future videos.

Btw, here is a previous video on dhtmlxgantt in case you’ve missed it

Hello,

It’s work well for test with with localhost:8000.
But when i ma using localhost/gantt-laravel-test/public. No connection with the server.
What’s wrong ?
I want to add the app in an existing Laravel project.
Please advice
thanks

Hi,

Do you mean you want to run the app on Apache, rather than using php artisan serve?
If so, you’ll probably need to set the root directory of the webserver to the app folder and make sure that mod_rewrite is enabled

Please check these articles, I think it’s discussed there