kevinsimard/laravel-builder-macros

Laravel Eloquent ORM 的构建宏

v1.1.1 2016-04-07 01:23 UTC

This package is not auto-updated.

Last update: 2024-09-14 19:31:04 UTC


README

用法

orderByRandom

User::orderByRandom()->first();
User::where...->orderByRandom()->get();

安装

config/app.php 中添加 Kevinsimard\BuilderMacros\Providers\OrderByRandomServiceProvider 服务提供者。

代码结构

├── src
│   └── Providers
│       └── OrderByRandomServiceProvider.php
├── .editorconfig
├── .gitattributes
├── .gitignore
├── LICENSE.md
├── README.md
└── composer.json

许可协议

此软件包是开源软件,受MIT许可协议许可。