Popular Packages
-
-
-
-
-
PHP
abordage/nova-total-card
A Laravel Nova card that displays the total number of records of a specific model
-
-
-
-
-
-
-
PHP
jedrzej/searchable
Searchable trait for Laravel's Eloquent models - filter your models using request parameters
-
-
-
PHP
mouf/utils.common.conditioninterface
This package contains one interface for condition, and a few classes that implement it. For instance, AndCondition that requires all conditions to be met, and OrCondition that requires at least one condition to be met. A condition is a class that possesses an 'isOk' method. The condition returns true if the condition is met, and false otherwise.