We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8c0124 commit aaff411Copy full SHA for aaff411
composer.json
@@ -32,7 +32,8 @@
32
"cviebrock/eloquent-sluggable": "~8.0|~7.0|~6.0|~4.8|~4.7|~4.6|~4.5",
33
"laravelium/feed": "~2.12.0|~3.0.0|3.1.*|v6.0.*|v7.0.*|v8.0.*",
34
"intervention/image": "2.*",
35
- "laravel/helpers": "^1.3"
+ "laravel/helpers": "^1.3",
36
+ "swisnl/laravel-fulltext": "^0.20.0"
37
},
38
"require-dev": {
39
"phpunit/phpunit": "*",
@@ -41,8 +42,7 @@
41
42
43
"autoload": {
44
"psr-4": {
- "BinshopsBlog\\": "src",
45
- "BinshopsBlog\\Laravel\\Fulltext\\": "src/FulltextSearch/src/"
+ "BinshopsBlog\\": "src"
46
}
47
48
"autoload-dev": {
0 commit comments