A collection of useful Laravel snippets in the form of easy to use traits.
mallardduck/laravel-traits is a Laravel package for a collection of useful laravel snippets in the form of easy to use traits..
It currently has 13 GitHub stars and 6.214 downloads on Packagist (latest version 0.4.0).
Install it with composer require mallardduck/laravel-traits.
Discover more Laravel packages by mallardduck
or browse all Laravel packages to compare alternatives.
Last updated
A collection of useful Laravel snippets in the form of easy to use traits.
If you currently live in Russia, please read this message.
Each of the traits will have slightly different directions for usage. For best results review the traits code and corresponding docs (if they exist). In general, you'll need to do the following:
use the trait at the top of the respective class.use the trait in the class.