php-hot-reloader
php-hot-reloader copied to clipboard
Stupidly simple way to add a live reloader feature to a php project
It would be nice if the script had a feature to reload the current page, only if any of the related files (which have been used while generating the current...
I put the required code in a includes file called header.php, other files in my project includes this file. If I edit the header.php the hot reload works, however if...
This would be great if we have a nice example of integration in Laravel and Symfony
Hello i am using this package with codeigniter 3. It is working fine but it reloads page after 8-10 seconds. Is there anything that could make this time shorter. Thanks...
Do you think it might make sense to change the variable declarations in the `phrwatcher.php` bootstrap file: ```php $PROJECT_ROOT = __DIR__; $WATCH = ["."]; // etc. ``` to ```php $PROJECT_ROOT...