Skip to content

Commit ae4da20

Browse files
authored
Merge pull request #16 from kettasoft/2.4.2
Enhance Filterable: Facade, Conditional Logic, Custom Engines, and Provider Refactor
2 parents 685ad6c + 5593bf2 commit ae4da20

19 files changed

Lines changed: 2489 additions & 420 deletions

.vscode/settings.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
11
{
2-
"php.version": "8.4"
3-
}
2+
"php.version": "8.4",
3+
"cSpell.words": [
4+
"allowd",
5+
"Authorizable",
6+
"incomming",
7+
"Incomming",
8+
"Invokable",
9+
"Macroable",
10+
"receved",
11+
"Validatable",
12+
"laravel"
13+
]
14+
}

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@
4848
"extra": {
4949
"version": "1.0.0",
5050
"laravel": {
51-
"providers": [
52-
"Kettasoft\\Filterable\\Providers\\FilterableServiceProvider"
53-
]
51+
"providers": []
5452
}
5553
},
5654
"minimum-stability": "dev",

0 commit comments

Comments
 (0)