文件名称:laravel-sort-request:through通过您的Laravel请求对口才模型进行排序
文件大小:68KB
文件格式:ZIP
更新时间:2024-05-21 15:49:55
php sorting laravel eloquent laravel-package
因为你有更好的事情要做 您的请求的排序逻辑,但简化了 这个Laravel套件可让您更轻松地在您的应用中实施排序逻辑。 请考虑以下示例: # Get the cheapest items https://example.test/items ? sort=price(asc) # Get the items sorted by name and size https://example.test/items ? sort=name(asc),size(desc) # Get the most popular TV Shows (custom sorting behavior) https://example.test/tv-shows ? sort=popularity(most-popular) 安装 您可以通过composer安装该软件包: composer require musa
【文件预览】:
laravel-sort-request-master
----composer.json(1KB)
----docs()
--------CUSTOM_SORTING.md(3KB)
----.github()
--------FUNDING.yml(43B)
--------workflows()
--------logo.png(22KB)
----tests()
--------Support()
--------Feature()
--------TestCase.php(2KB)
----CONTRIBUTING.md(3KB)
----src()
--------Exceptions()
--------Support()
--------Sorters()
--------Rules()
--------SortableColumn.php(362B)
--------Traits()
--------Console()
--------SortRequestServiceProvider.php(1014B)
--------EloquentSortingHandler.php(2KB)
--------SortableColumnCollection.php(1KB)
----LICENSE.md(1KB)
----.gitignore(102B)
----phpunit.xml.dist(668B)
----README.md(5KB)