laravel-api-response
by zhkugh
A pluggable Laravel package for unified REST API responses with Response Macros and exception handling
laravel-mysql-enum-values
by repat
Small Laravel Query Builder Macro that returns valid values for a MySQL ENUM
laravel-recursive-only
by naotake51
Register recursiveOnly() extending only() to Model, Collection and Arr.
eloquent-insert-as-model
Add `insertAsModel` macro to Eloquent Builder. Unlike `insert`, `insertAsModel` method will ensure that all inserted values will go through models' casts and mutators.
laravel-csv-helpers
by amsoell
Laravel macros to make it easier to produce and export data in CSV format
laravel-collection-normalize-keys
by amsoell
Laravel collection macro to ensure consistent keys within a multidimensional collection