Skip to content

Latest commit

 

History

History
60 lines (47 loc) · 1.49 KB

README.md

File metadata and controls

60 lines (47 loc) · 1.49 KB

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!