Add search providers as an editable yaml file + allow searching tiles

This commit is contained in:
Kode
2022-03-13 19:30:24 +00:00
parent 96ec1e0b08
commit f73b78f292
37 changed files with 7013 additions and 63 deletions

View File

@@ -12,7 +12,8 @@
"laravel/framework": "^7.0",
"laravel/tinker": "^2.0",
"laravel/ui": "^2.4",
"laravelcollective/html": "^6.0"
"laravelcollective/html": "^6.0",
"symfony/yaml": "^5.4"
},
"require-dev": {
"filp/whoops": "~2.0",