Laravel Blanket

screenshot of Laravel Blanket

Dashboard to view your HTTP Client requests in Laravel application.

Overview

If you're working on a Laravel application and want a better way to manage and monitor your HTTP client requests, the Laravel Blanket package might just be what you need. This package not only wraps around the Laravel HTTP client but also provides a straightforward dashboard to log all requests and responses, making it easier to debug and fine-tune your application. With features that allow you to retry requests directly from the dashboard, it offers a user-friendly solution for developers looking for enhanced functionality without the complexity of more advanced tools.

Whether you’re developing a new application or maintaining an existing one, Laravel Blanket brings a fun yet practical approach to monitoring your HTTP requests. It's a perfect fit for projects where simplicity is key, while still providing essential logging capabilities that can help uncover issues at a glance.

Features

  • Request Logging: Automatically logs all outgoing HTTP client requests and responses, making it easy to track interactions.
  • Retry Requests: Provides an option to retry any request directly from the dashboard, which is particularly helpful during debugging sessions.
  • User-Friendly Interface: Offers a simple web interface for monitoring, ensuring even those with minimal technical knowledge can navigate easily.
  • Compatible with Laravel: Designed specifically for Laravel applications, ensuring seamless integration with your existing setup.
  • Migration Support: Comes with a migration to save all HTTP requests, allowing for persistence and easier data handling.
  • Artisan Commands: Facilitates easy installation and configuration through built-in Artisan commands, streamlining the setup process.
  • Custom Configuration: Allows users to publish and customize the configuration to meet their specific needs or preferences.