short-url icon indicating copy to clipboard operation
short-url copied to clipboard

A Laravel package for creating shortened URLs for your web apps.

Results 8 short-url issues
Sort by recently updated
recently updated
newest added

Adds configurations for URL and Tracking connection and tables

This uses [WhichBrowser/Parser-PHP](https://github.com/WhichBrowser/Parser-PHP) as a replacement for [jenssegers/agent](https://github.com/jenssegers/agent) which fixes #227 and closes #249. It would be good to test this using an actual project, which I won't be able...

This is a simple proof-of-concept using [foroco/php-browser-detection](https://github.com/foroco/php-browser-detection) instead of [jenssegers/agent](https://github.com/jenssegers/agent) to fix https://github.com/ash-jc-allen/short-url/issues/227. Added as a draft because while setting up [foroco/php-browser-detection](https://github.com/foroco/php-browser-detection) I noticed a few things: - It uses...

Closes #243 This PR implements a fix to properly set the user agent columns to `null` instead of `"0"` when they are not available. I've also corrected the `ShortURLVisit` model...

Some of our Short URL visits contain zeros in their browser fields due to some visits being made by browsers not sending a user agent. This causes Jenssegers `Agent` to...

Laravel's Jetstream contributors have reworked the code base to avoid relying on the `jenssegers/agent` package that doesn't get maintained any more and instead uses the latest `mobiledetect/mobiledetectlib`. Ref: https://github.com/laravel/jetstream/pull/1399 &...

This PR adds some docblocks to the package's models in an attempt to fix the PHPStan errors.

This is related to PR https://github.com/ash-jc-allen/short-url/pull/290, but is a slimmer approach to decreasing the likelihood of collisions. This means that two or more queued jobs attempting to create Short URL's...