attla/laravel-livereload is a Laravel package for bring livereload to laravel artisan serve command..
It currently has 0 GitHub stars and 22 downloads on Packagist.
Install it with composer require attla/laravel-livereload.
Discover more Laravel packages by attla
or browse all Laravel packages to compare alternatives.
Last updated
This package integrates into default artisan serve command an WebSockets server for live reloading the application when any file changed.

composer require attla/laravel-livereload --dev
Open terminal and run php artisan serve
This package works even when you use custom vhost such as valet or laragon
By default, this package looking for files changes in these directories:
/app
/public
/config
/routes
/resources
If you want to customize the watched forlders, you can publish the configuration file by this commmand:
php artisan vendor:publish --tag=attla/livereload/config
and then you can config what you want in the config/livereload.php.
This package is licensed under the MIT license © Octha.