KevinYobeth / Laravel-LinkShortener

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.

Home Page:https://link.kevinyobeth.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thumbnail

Simple Link Shortener

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.

Installation

  • Pull code from repo
    git pull https://github.com/KevinYobeth/Laravel-LinkShortener
    
  • Install dependencies
    composer install
    
  • Rename .env.example to .env (Windows)
    move .env.example .env
    
  • Generate key
    php artisan generate:key
    
  • Migrate and seed database
    php artisan migrate:fresh --seed
    
  • Run app
    php artisan serve
    

Support Me

App Preview

Login

alt

Dashboard

alt alt

Create Link

alt

Link Detail

alt

Live Preview

You can view the live application here or https://link.kevinyobeth.com

Default Credential

Username: administrator
Password: youShallNotPass!

About

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.

https://link.kevinyobeth.com


Languages

Language:PHP 59.9%Language:Blade 40.1%