laravel-plugin icon indicating copy to clipboard operation
laravel-plugin copied to clipboard

🤠 The official Laravel plugin for saloonphp/saloon

Results 3 laravel-plugin issues
Sort by recently updated
recently updated
newest added

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...

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. ```