Tuesday, February 20, 2018

Laravel view update when database is changed from another app - development

Laravel view update when database is changed from another app

i do not have much experience in Laravel and i need to make a Laravel view live update. The case scenario is this one: I have my Laravel app that communicates for CRUD operations with database. This app calls a script that make some operations that take a while(more than a opened connection). When the script operations are finished, database is updated and i have to intercept that event to change the view in Laravel from proceeding to done. I found some hints about using socket io but i was thinking that maybe Laravel has something already cooked for it.Does anyone know how this can be done?enter image description here



from Laravel Questions and Answers https://laravelquestions.com/laravel/laravel-view-update-when-database-is-changed-from-another-app/
via Lzo Media

No comments:

Post a Comment