aungwinthant / apilogger

Small laravel package for viewing api logs which can be used in debugging.
MIT License
346 stars 61 forks source link

Major updates #42

Closed dansleboby closed 2 years ago

dansleboby commented 2 years ago

Better GUI Full with Move information on top Payload display with formating

Add middelware to route in config + url changes PSR-4 compatibility

Fix migrations running even if driver was file

Remove vendor folder Update requirement composer Add payload raw New UI with tab Add option to save the response Add option to auto-detect response type Add blacklist headers Fix databases structure Fix migration running even in file mode Typed parameters for better controls Rewrite log file format, old one no longer compatible Add pagination for Database driver

cauexotico commented 2 years ago

@aungwinthant Please merge