dev-master
9999999-devWatches your files for modifications and reloads the browser on changes. Supports event for easy integration
The Requires
- php >=5.3.0
- illuminate/support 4.1.x
by Zulfa Juniadi bin Zulkifli
Wallogit.com
2017 © Pedro Peláez
Watches your files for modifications and reloads the browser on changes. Supports event for easy integration
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., (*1)
If you've been developing all these while without live reload, you're missing out on something great!, (*2)
composer require zulfajuniadi/laravel-watch dev-master
'Zulfajuniadi\Watch\WatchServiceProvider'
{{HTML::watcherScript(1000)}}
artisan watch:enable
Watches your files for modifications and reloads the browser on changes. Supports event for easy integration