Skip to content

gemurdock/SiteSnoop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SiteSnoop

Watch websites for changes.

Run local setup via docker

alias sail='sh $([ -f sail ] && echo sail || echo vendor/bin/sail)' cd ./site-snoop sail up (If sail not installed 'php artisan sail:install') (If not migrated yet) sail artisan migrate

Run tests, but exclude external requests

php artisan test --exclude-group=external_resource

Run test, with xdbug, for only one test

php -dxdebug.remote_autostart artisan test --filter JSONQueryTest

About

Watch websites for changes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages