Download the PHP package globaldrive/tenant-filter without Composer
On this page you can find all versions of the php package globaldrive/tenant-filter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download globaldrive/tenant-filter
More information about globaldrive/tenant-filter
Files in globaldrive/tenant-filter
Download globaldrive/tenant-filter
More information about globaldrive/tenant-filter
Files in globaldrive/tenant-filter
Please rate this library. Is it a good library?
Informations about the package tenant-filter
tenant-fIlter добавляет страницу настройки тенанта и сохраняет выбранный параметр в сессии
1)подключается в NovaServiceProvider
use Gd\TenantFilter\TenantFilter;
public function tools() { return [ new TenantFilter, ]; }
2)пример использования в фильтрах
public function default() { if (Session::get('globalTenantFilter')) { return Session::get('globalTenantFilter'); } }
All versions of tenant-filter with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.3|^8.0
The package globaldrive/tenant-filter contains the following files
Loading the files please wait ...