UrlShortenerBundle icon indicating copy to clipboard operation
UrlShortenerBundle copied to clipboard

This bundle allows you to generate short URLs, linked to project contents/entities, using distant APIs (bit.ly, goo.gl and others) or internal management.

Results 6 UrlShortenerBundle issues
Sort by recently updated
recently updated
newest added

I have created a new config parameter sly_url_shortener: longUrlIfException: false to fallback to longUrl if an exception happends during the url conversion so the page doesnt return an error 500...

Hello An exception has been thrown during the rendering of a template ("Notice: Undefined variable: routeElements in /var/www/html/Symfony/vendor/sly/url-shortener-bundle/Sly/UrlShortenerBundle/Router/Router.php line 57") I have debugged a bit an I found that it...

On a clean install [ErrorException] Notice: Undefined index: provider in /website/vendor/bundles/Sly/UrlShortenerBundle/Config/Config.php line 76 I'm new to Symfony, so this could be due to another issue with my config, but the...

question

Doctrine is required to install. It should not be. Url shortening should be decoupled from the rest of the bundle's features and should not require Doctrine.

enhancement

Write unit tests of this bundle core parts/services: - **Manager** - **Shortener** - **Provider** - **Router** - **Twig Extension** - **Curl Client**

enhancement

# Documentation ## To write ASAP: - Full configuration example - Simple example - Advanced example - How to add an internal or external new Provider

enhancement