Download the PHP package farzai/laravel-http-recorder without Composer
On this page you can find all versions of the php package farzai/laravel-http-recorder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download farzai/laravel-http-recorder
More information about farzai/laravel-http-recorder
Files in farzai/laravel-http-recorder
Package laravel-http-recorder
Short Description A simple HTTP recorder for Laravel
License MIT
Homepage https://github.com/farzai/laravel-http-recorder
Informations about the package laravel-http-recorder
Laravel HTTP Recorder
This package allows you to log all HTTP requests to your Laravel application.
Installation
You can install the package via composer:
Prepare the database
You need to publish the migration to create the http_log_requests
table:
After that, you need to run migrations:
Publishing the config file
Publishing the config file is optional:
This is the contents of the published config file:
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- parsilver
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-http-recorder with dependencies
spatie/laravel-package-tools Version ^1.14.0
illuminate/contracts Version ^10.0