I'm trying to get this working and I have spent a day now with not much success... I'm new to both Laravel
and GulpJS
, which makes it even better I guess... :)
What I'm trying to achieve is a (preferably cross-platform) solution for reloading the browser on file changes using GulpJS
on a Laravel
instance. I could get gulp-livereload
working as per its documentation, but I cannot set it up properly to have an effect on the local domain http://laravel.dev
set with MAMP PRO
(I know, I know...).
I am happy to leave MAMP
behind if it's a must as long as I can set a local development domain on a project-by-project basis. I tried to look around even on https://laracasts.com/ but I'm yet to find a solution which would take care of automatic reloading of the browser with Laravel
- it seems this bit is missing from all Laravel-GulpJS
solutions...
Anybody for the rescue? Any ideas? I'll keep looking in the meantime... :)