-
- Downloads
Bei einer Suche im Iframe wird nun entweder ein leeres Dokument zurückgegeben,...
Bei einer Suche im Iframe wird nun entweder ein leeres Dokument zurückgegeben, oder eine entsprechende Karte Des weiteren wurde ein Cache für die Suche eingebaut. Dieser speichert alle Suchergebnisse für eine Woche
Showing
- .gitlab-ci.yml 1 addition, 1 deletion.gitlab-ci.yml
- app/Http/Controllers/SearchController.php 48 additions, 7 deletionsapp/Http/Controllers/SearchController.php
- composer.json 2 additions, 1 deletioncomposer.json
- composer.lock 52 additions, 2 deletionscomposer.lock
- config/cache.php 21 additions, 21 deletionsconfig/cache.php
- public/css/iframeSearch.css 1 addition, 1 deletionpublic/css/iframeSearch.css
- public/css/iframeSearch.css.map 1 addition, 1 deletionpublic/css/iframeSearch.css.map
- public/js/iframeSearch.js 1 addition, 1 deletionpublic/js/iframeSearch.js
- resources/assets/css/iframeSearch.css 0 additions, 1 deletionresources/assets/css/iframeSearch.css
- resources/views/mapIframe.blade.php 8 additions, 11 deletionsresources/views/mapIframe.blade.php
- routes/web.php 15 additions, 3 deletionsroutes/web.php
... | @@ -6,7 +6,8 @@ | ... | @@ -6,7 +6,8 @@ |
"type": "project", | "type": "project", | ||
"require": { | "require": { | ||
"php": ">=5.6.4", | "php": ">=5.6.4", | ||
"laravel/framework": "5.3.*" | "laravel/framework": "5.3.*", | ||
"predis/predis": "^1.1" | |||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"fzaninotto/faker": "~1.4", | "fzaninotto/faker": "~1.4", | ||
... | ... |
Source diff could not be displayed: it is too large. Options to address this: view the blob.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
Please register or sign in to comment