Download the PHP package sofa/laravel-scopes without Composer
On this page you can find all versions of the php package sofa/laravel-scopes. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-scopes
Sofa/Laravel-Scopes
Handy scopes for Laravel's Query Builder.
Installation
Package requires PHP 5.5.9+ and works with Laravel 5.1.20+ (or standalone illuminate/database 5.1.20.
-
Require the package in your
composer.json
: - Call
(new Sofa\LaravelScopes\PeriodsAdd)->apply()
when you bootstrap your app. In Laravel simply addServiceProvider
to yourconfig/app.php
file:
Usage example
Periods
provides extensions of the Query Builder for easy fetching records in given range, relative to NOW. Methods can be used on any eloquent model as well:
Roadmap
- [x] Periods
- [ ] Searchable
All versions of laravel-scopes with dependencies
PHP Build Version
Package Version
The package sofa/laravel-scopes contains the following files
Loading the files please wait ....