mallardduck/laravel-traits

A collection of useful Laravel snippets in the form of easy to use traits.

0.3.4 2023-02-16 17:20 UTC

This package is auto-updated.

Last update: 2024-04-16 19:41:01 UTC


README

Source Code License PHP Version Latest Stable Version Total Download Count

A collection of useful Laravel snippets in the form of easy to use traits.

A message to Russian 🇷🇺 people

If you currently live in Russia, please read this message.

How to use?

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:

  • Require this package via Composer.
  • Import use the trait at the top of the respective class.
  • Then use the trait in the class.

Trait docs

TODO

  • Add tests...nuff said.
  • Add more traits as I build them, or if others submit some!