| Package Data | |
|---|---|
| Maintainer Username: | zulfajuniadi |
| Maintainer Contact: | zulfajuniadi@gmail.com (Zulfa Juniadi bin Zulkifli) |
| Package Create Date: | 2014-01-30 |
| Package Last Update: | 2014-02-05 |
| Language: | PHP |
| License: | Unknown |
| Last Refreshed: | 2025-11-26 03:13:58 |
| Package Statistics | |
|---|---|
| Total Downloads: | 45 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 5 |
| Total Watchers: | 1 |
| Total Forks: | 1 |
| Total Open Issues: | 0 |
#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