| Package Data | |
|---|---|
| Maintainer Username: | kevinsimard |
| Maintainer Contact: | kev.simard@gmail.com (Kevin Simard) |
| Package Create Date: | 2015-11-16 |
| Package Last Update: | 2017-03-23 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-30 03:03:37 |
| Package Statistics | |
|---|---|
| Total Downloads: | 351 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 7 |
| Total Watchers: | 1 |
| Total Forks: | 1 |
| Total Open Issues: | 0 |
User::orderByRandom()->first();
User::where...->orderByRandom()->get();
Add the Kevinsimard\BuilderMacros\Providers\OrderByRandomServiceProvider service provider in config/app.php.
├── src
│ └── Providers
│ └── OrderByRandomServiceProvider.php
├── .editorconfig
├── .gitattributes
├── .gitignore
├── LICENSE.md
├── README.md
└── composer.json
This package is open-sourced software licensed under the MIT license.