A clean, simple looking link shortener built using Laravel 8 with Tailwind CSS. You can shorten your link and customize the slug, you can also download the QR code directly! Edit and maintain all of your links directly from the dashboard.
git pull https://github.com/KevinYobeth/Laravel-LinkShortener
composer install
move .env.example .env
php artisan generate:key
php artisan migrate:fresh --seed
php artisan serve
You can view the live application here or https://link.kevinyobeth.com
Default Credential
Username: administrator
Password: youShallNotPass!