Laravel Short Url Versions Save

A Laravel package to shorten urls

1.4.2

5 years ago

Updated

  • Dependencies have been updated

Removed

  • "minimum-stability" option has been removed from composer.json

1.4.1

5 years ago

Added

  • "Add url" button on list page

1.4.0

6 years ago

Added

  • Copy url to clipboard link after creation/update and on list page
  • Fetch url title and description
  • An url can be blacklisted

1.3.0

6 years ago

Added

Testing

  • Improve tests
  • Use PHPUnit Pretty Result Printer

1.2.0

6 years ago

Added

  • An url can be updated/deleted

Changed

  • Routes must be added manually in routes/web.php, giving you more flexibility to manage them

Fixed

  • fix a bug that was hiding content on small screens

1.1.0

6 years ago

Added

  • Cache url before redirection
  • Routes can be prefixed

1.0.0

6 years ago

First release

This is the first release, allowing you:

  • to shorten an url
  • set a custom alias if needed