Mark Beech

Results 29 issues of Mark Beech

This is not a firm decision, just exploring the possibility only supporting officially supported PHP versions - https://www.php.net/supported-versions.php

Need to look into this... https://web.dev/user-agent-client-hints/

- [x] Filestack - [x] Google-Ads-Overview Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36 - [x] Google-Ads-Overview Mozilla/5.0 (Linux; U; Android 6.0.1; generic) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118...

good first issue

https://github.com/expstudio/laravel4-friendly-url/blob/master/tests/SluggableTest.php

CrawlerDetect is a PHP class for detecting bots/crawlers/spiders via the user agent and http_from header. Currently able to detect 1,000's of bots/spiders/crawlers. https://github.com/JayBizzle/Crawler-Detect http://crawlerdetect.io

Firstly, thanks for this great script 👍 We have a database that after running the `mysqldump` output through this script, we are left with a part of the SQL dump...

We have a test class that currently has no tests in it (it's a placeholder until we get time to write the tests). In this instance, output looks like this.......

question
confirm

We currently have a very simple aggregate keyword search that works something like this... ```php $result = KeywordSearch::search($this->request->get('query')) ->with([ 'filters' => $this->buildFilter(), ]) ->paginate(80); ``` We noticed that in the...

enhancement

I'm not sure if this is just a limitation of this package, but when calling `searchable()` or `unsearchable()` directly on a Model, any aggregators that the Model is part of...

bug

I know you've mentioned SQLite support in the future but was just wondering if you have any thoughts on the implementation. For starters, would it be SQLite to SQLite setup...

enhancement