Download the PHP package rukhsar/addontraits without Composer
On this page you can find all versions of the php package rukhsar/addontraits. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rukhsar/addontraits
More information about rukhsar/addontraits
Files in rukhsar/addontraits
Download rukhsar/addontraits
More information about rukhsar/addontraits
Files in rukhsar/addontraits
Vendor rukhsar
Package addontraits
Short Description Collection of user full addon traits to perform random model and orderby functionality.
License MIT
Package addontraits
Short Description Collection of user full addon traits to perform random model and orderby functionality.
License MIT
Please rate this library. Is it a good library?
Informations about the package addontraits
Laravel Addon Traits
Collection of useful Laravel model traits to retrieve random model and add OrderBy functionality.
Installation
Require this package by running:
Laravel OrderByTrait
Usage
Add support for a standard order by
Use Order()
in your query to fetch the result.
You can select any column to add OrderBy functionality either in asc
or desc
order.
Laravel RandomModelTrait
Laravel package for getting a random model from database.
Usage
Use RandomModelTrait
in your model.
Now you can use random()
scope on your model.
All versions of addontraits with dependencies
PHP Build Version
Package Version
The package rukhsar/addontraits contains the following files
Loading the files please wait ....