LaravelPackages.net
Acme Inc.
Toggle sidebar
attla/laravel-livereload

Bring livereload to laravel artisan serve command.

22
0
About attla/laravel-livereload

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

Laravel LiveReload

This package integrates into default artisan serve command an WebSockets server for live reloading the application when any file changed.

Laravel livereload

Installation

composer require attla/laravel-livereload --dev

Usage

Open terminal and run php artisan serve

This package works even when you use custom vhost such as valet or laragon

Configuration

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.

License

This package is licensed under the MIT license © Octha.

Comments