movemoveapp/laravel-postmangen
Laravel package that generates a Postman collection (JSON) from HTTP requests executed during PHPUnit tests. Configure via .env and phpunit.xml, install the PHPUnit extension and middleware to capture requests and export collections automatically.
fix bug with non-existing response->statusCode() and response->statusText() methods
Fix for case when $request->route() returns null (middleware)
Added [@postmangenMustCapture](https://github.com/postmangenMustCapture) annotation support which allows capturing a request regardless of grouping by "URI key" (currently it's request method + URI).
How can I help you explore Laravel packages today?