laravel-builder-macros maintained by kevinsimard
Laravel Builder Macros
Usage
orderByRandom
User::orderByRandom()->first();
User::where...->orderByRandom()->get();
Installation
Add the Kevinsimard\BuilderMacros\Providers\OrderByRandomServiceProvider service provider in config/app.php.
Code Structure
├── src
│ └── Providers
│ └── OrderByRandomServiceProvider.php
├── .editorconfig
├── .gitattributes
├── .gitignore
├── LICENSE.md
├── README.md
└── composer.json
License
This package is open-sourced software licensed under the MIT license.