laravel-json-translation-loader
by jamesh
A Laravel package to improve the loading of the JSON translation.
laravel-reflects-constants
by medalink
A small helper package that aids in the retrieval of class constants of models in laravel.
laravel-jwt-auto-installer
by salmanzafar
A Laravel Library that let's you add tymon jwt auth library and all it's features with single command
laravel-auth-identifiers
by chrisidakwo
Laravel custom authentication with an option to use a custom password validation implementation
laravel-make-facades
Laravel Artisan Command To Generate Facades (php artisan make generator now execpts facade Facadename)
msg91-laravel
by craftsys
Laravel service provider for Msg91 apis to Send OTPs, Verify OTPs, Resend OTPs, Send SMS (Short Message) etc
laravel-s3-cache-driver
by imannms
Laravel S3 cache driver. Support: Amazon S3, Digital Ocean Spaces, etc.
laravel-eloquent-splitted-dates-trait
by jlorente
A Laravel Trait for Eloquent Models to handle date fields that are stored both in the date field itself and in separate field components such as year, month, day, time, etc...
laravel-application-end-queue
by jlorente
A Laravel queue connector to process jobs at the end of the application
laravel-access-user-account
Sometimes, in you Laravel application you need to manually logging in as a different user, then switching back to their own account. This package allows you to do the same thing with the permission of that user.