laravel-sensible
by datalogix
Laravel Sensible is a lightweight utility package for applying smart defaults and common best practices in everyday Laravel development.
laravel-class-generator
by yakovenko
A Laravel package to generate Utility, Service, Trait and Helper classes
laravel-dynamic-observer
by waad
Call observer of the model without requiring in any provider, support multi observers
laravel-ccmd
by rutay
ccmd is a Laravel package that provides a less verbose way to define and schedule commands.
laravel-database
by aedart
Various utilities and helpers for Laravel's Database package, here among a package migrations helper.
laravel-config
by aedart
Getter and Setter package for a Laravel configuration repository instance. It serves as an alternative to the 'Config' facade.
laravel-application
by aedart
Getter and Setter package for a Laravel application instance. It serves as an alternative to the app() method, found in the framework's foundation helpers file.
laravel-detector
by aedart
Utility for detecting if a Laravel application is available or not. Can be used to determine if a given component must perform logic based current Laravel application settings or not.