laravel-url-shortener icon indicating copy to clipboard operation
laravel-url-shortener copied to clipboard

Powerful URL shortening tools in Laravel

Results 6 laravel-url-shortener issues
Sort by recently updated
recently updated
newest added

Guzzle has pushed out [version 7](https://github.com/guzzle/guzzle/releases); however larvel-url-shortener is locked at `^6.2` Solution: Upgrade dependency

Hello, Trying to use it in laravel 7.16.1. Installed with: `composer require laracrafts/laravel-url-shortener` Using this simple code: ```php $shortener = url()->shortener()->driver(); $shortener->shorten('www.google.com'); ``` Throws me the following error: ``` >...

I try to use php 8.1 not working