laravel-plugin
laravel-plugin copied to clipboard
🤠 The official Laravel plugin for saloonphp/saloon
I noticed the `laravel-http-sender` package is being sunset, but I still want requests/responses to be logged in Telescope. Then I discovered this is possible with the following package: https://github.com/huzaifaarain/telescope-guzzle-watcher/tree/main The...
Fix #64 Sorry about that
The default path wasn't a valid directory path due to the capitalized `App` (instead of `app`): ``` $ php artisan saloon:list Symfony\Component\Finder\Exception\DirectoryNotFoundException The "/var/www/html/App/Http/Integrations" directory does not exist. ```