KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
watcher
★ 17
Open GitHub ↗
A hot reload watcher for laravel-swoole.
Download README (.md)
Explore Similar Repositories
centers-of-excellence
:
All the excellent centers
satellite-tracker
:
WARNING: This repository is no longer maintained ⚠️ This repository will not be updated. The repository will be kept available in read-only mode.
github-clean-forks
:
:octocat: Manage your unused forks
bitcoin-encrypt
:
Bitcoin address key pairs for encrypted messaging
swift-nio-mqtt
:
A MQTT codec for swiftNIO
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
watcher
?
Download (.md)
# Watcher A hot reload watcher for laravel-swoole. ## Installation * Copy `watcher.js` to your laravel project and add some dependencies to your `package.json`. ```json "devDependencies": { "chokidar": "^2.0.3", "colors": "^1.2.5", "is-running": "^2.1.0" } ``` * Install dependencies. ``` yarn install ``` * You're good to go. ``` node watcher.js ```