Libraries tagged by laravel-macro
theflowbyte/laravel-macro-attribute
2 Downloads
Simplifies binding macros to methods in Laravel using PHP 8 attributes.
mortenscheel/laravel-macros
265 Downloads
Useful Laravel macros
mawuekom/laravel-macro-search
23 Downloads
Laravel macro that help make search on eloquent model
manzadey/laravel-macros
22 Downloads
Laravel Macros
limewell/laravel-macros
3 Downloads
laravel macros
lazerg/laravel-macros
2654 Downloads
Laravel macros
janchris80/laravel-macros
10 Downloads
Reusable laravel macros.
free3_5man/laravel-macros
32 Downloads
Extending Laravel Collection/Arr/Str/Builder/Carbon/CarbonPeriod with macros, some of Collection/Arr is inspired by prototyped.js, also with extra heper functions
abdulnizam/laravel-macros-response-customised
8 Downloads
Customised Response Macro's for Laravel
sirmathays/convenient-laravel-macros
14 Downloads
Helpful macros for your Laravel project.
inzicht/awesome-laravel-macros
2380 Downloads
claudiodekker/laravel-macro-describer
11 Downloads
Automatically generate IDE autocompletion helpers for Laravel macros/mixins.
lumphp/laravel-macroable
83 Downloads
The Illuminate Macroable package.
zlt/lara-calls
11 Downloads
A bunch of useful methods for laravel
laravel-macros/eloquent-insert-as-model
3 Downloads
Add `insertAsModel` macro to Eloquent Builder. Unlike `insert`, `insertAsModel` method will ensure that all inserted values will go through models' casts and mutators.