Download the PHP package mallardduck/laravel-traits without Composer
On this page you can find all versions of the php package mallardduck/laravel-traits. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mallardduck/laravel-traits
More information about mallardduck/laravel-traits
Files in mallardduck/laravel-traits
Download mallardduck/laravel-traits
More information about mallardduck/laravel-traits
Files in mallardduck/laravel-traits
Vendor mallardduck
Package laravel-traits
Short Description A collection of useful Laravel snippets in the form of easy to use traits.
License GPL-3.0-or-later
Homepage https://github.com/mallardduck/laravel-traits
Package laravel-traits
Short Description A collection of useful Laravel snippets in the form of easy to use traits.
License GPL-3.0-or-later
Homepage https://github.com/mallardduck/laravel-traits
Please rate this library. Is it a good library?
Informations about the package laravel-traits
laravel-traits
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
- How to use CommandOutputPrefix
- How to use ControllerManagesSections
- How to use CollectionPaginator
TODO
- Add tests...nuff said.
- Add more traits as I build them, or if others submit some!
All versions of laravel-traits with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2 || ^8.0.0
illuminate/console Version ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0
illuminate/database Version ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0
illuminate/pagination Version ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0
illuminate/view Version ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0
illuminate/console Version ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0
illuminate/database Version ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0
illuminate/pagination Version ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0
illuminate/view Version ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0
The package mallardduck/laravel-traits contains the following files
Loading the files please wait ....