Larashortener is a simple URL shortener built with Laravel.
- Clone the repository
git clone
- Install dependencies
composer install
-
Create a database and update the .env file
-
Run the migrations
php artisan migrate
- Run the server
php artisan serve
- [] Validate URL is not an already shortened URL to avoid infinite redirection