garaekz / larashortener

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About Larashortener

Larashortener is a simple URL shortener built with Laravel.

Installation

  1. Clone the repository
git clone
  1. Install dependencies
composer install
  1. Create a database and update the .env file

  2. Run the migrations

php artisan migrate
  1. Run the server
php artisan serve

Todo List

  • [] Validate URL is not an already shortened URL to avoid infinite redirection

About


Languages

Language:Vue 59.5%Language:PHP 35.3%Language:JavaScript 4.4%Language:Blade 0.4%Language:CSS 0.4%