Wednesday, March 1, 2017

Can I update a single file of Laravel project when it's hosted and live?

I have a Laravel application. It's hosted and people are using it. Actually it's live now. But there's a little issue on images. Some images are not displayed correctly. So I need to fix that. Only some HTML parts and it's done by Blade templating engine. I have access to server and I can edit that files online and fix that issue.

Is that can be a problem ? Do we need to compile or something like that ?




via Chanaka De Silva

Advertisement