URL Shortener
Turn any page of your application into a URL shortening site
Step 1. Add to any controller action:get::component('shorturl');
If you will be using the index() action (this is recommended for a short URL system) then you will also need to add to the controller class:const optionalAction = true;
Step 2. Add to your view:load::element('shorturl');


