laravel-url-shortener
laravel-url-shortener copied to clipboard
Powerful URL shortening tools in Laravel
Guzzle has pushed out [version 7](https://github.com/guzzle/guzzle/releases); however larvel-url-shortener is locked at `^6.2` Solution: Upgrade dependency
Enable support for Guzzle 7.0 #45
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