-
- Downloads
// WIP
Showing
- .gitignore 1 addition, 3 deletions.gitignore
- .gitlab-ci.yml 1 addition, 1 deletion.gitlab-ci.yml
- config/config.php 1 addition, 0 deletionsconfig/config.php
- docker-compose.yml 15 additions, 0 deletionsdocker-compose.yml
- docker/Dockerfile 82 additions, 0 deletionsdocker/Dockerfile
- src/Console/TestWatchCommand.php 30 additions, 0 deletionssrc/Console/TestWatchCommand.php
- src/Console/WatchCommand.php 4 additions, 3 deletionssrc/Console/WatchCommand.php
- src/Events/FileEvent.php 55 additions, 0 deletionssrc/Events/FileEvent.php
- src/Events/WatcherRestarted.php 6 additions, 7 deletionssrc/Events/WatcherRestarted.php
- src/Events/WatcherStopping.php 0 additions, 24 deletionssrc/Events/WatcherStopping.php
- src/Providers/EventServiceProvider.php 15 additions, 3 deletionssrc/Providers/EventServiceProvider.php
- src/Watcher.php 61 additions, 16 deletionssrc/Watcher.php
- src/WatcherOptions.php 4 additions, 4 deletionssrc/WatcherOptions.php
- src/WatcherServiceProvider.php 5 additions, 1 deletionsrc/WatcherServiceProvider.php
- tests/Feature/WatcherCommandTest.php 83 additions, 0 deletionstests/Feature/WatcherCommandTest.php
- tests/TestCase.php 5 additions, 0 deletionstests/TestCase.php
- tests/stubs/sleep-and-create-a-file.sh 3 additions, 0 deletionstests/stubs/sleep-and-create-a-file.sh
docker-compose.yml
0 → 100644
docker/Dockerfile
0 → 100644
src/Console/TestWatchCommand.php
0 → 100644
src/Events/FileEvent.php
0 → 100644
src/Events/WatcherStopping.php
deleted
100644 → 0
tests/stubs/sleep-and-create-a-file.sh
0 → 100755
Please register or sign in to comment