Watch websites for changes.
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
php artisan test --exclude-group=external_resource
php -dxdebug.remote_autostart artisan test --filter JSONQueryTest