donatj/drop
Lightweight PHP debug helper with drop() and see() for quickly printing one or more variables in a readable format on web or CLI. drop() dumps values and exits (status 1); see() dumps without halting. Ideal for quick “print statement” debugging.
Adds documentation including [@return](https://github.com/return) never which will help CI tools.
Full Changelog: https://github.com/donatj/drop/compare/v1.1.0...v1.1.1
This has sat largely untouched for the last 8 years.
Cleans the code up, modernizes it, gets it into a more maintainable place.
One minor functional change, top level scalars now output with var_export - leading to strings wrapped in single quotes.
How can I help you explore Laravel packages today?