laravel-presets
Various plug-and-play presets to scaffold your existing project.
laravel-auto-morph-map
Automatically alias and map the polymorphic types of Eloquent models.
laravel-route-model-autobinding
Automatically bind Eloquent models to be used as route segments.
laravel-boolean-dates
Automatically convert Eloquent model boolean attributes to dates (and back).
laravel-module-loader
A lightweight package to split your code into individual modules.
laravel-blog
A simple-to-use blog system you can pull into any existing Laravel project.
laravel-validator
Properly handle user input by using your validation rules in form requests (validators) as source of truth.
laravel-unbreakable-migrations
Prevent your Laravel database migrations from failing irreversibly by using transactional queries.
laravel-conditional-providers
Load Laravel service providers based on the current environment.
laravel-helpers
An extensive set of Laravel framework helper functions and collection macros.