Watches your files for modifications and reloads the browser on changes. Supports event for easy integration
zulfajuniadi/laravel-watch is a Laravel package for watches your files for modifications and reloads the browser on changes. supports event for easy integration.
It currently has 5 GitHub stars and 45 downloads on Packagist.
Install it with composer require zulfajuniadi/laravel-watch.
Discover more Laravel packages by zulfajuniadi
or browse all Laravel packages to compare alternatives.
Last updated
#What is this?
This package will reload your browser anytime an important file in your application has changed. By default it watches the controllers, models, views folder and any css / js files loaded inside the view.
##Why?
If you've been developing all these while without live reload, you're missing out on something great!
##Then why not just use LiveReload?
#INSTALLATION
composer require zulfajuniadi/laravel-watch dev-master
#SETUP
'Zulfajuniadi\Watch\WatchServiceProvider'{{HTML::watcherScript(1000)}}artisan watch:enable