A simple 'URL Shortener' project to make long URLs short, easy, and free with API functionalities. (https://url.kommonproperties.com)
- clone the project
git clone https://github.com/muhaiminshihab/url-shortener.git
- install the dependencies
cd url-shortener
composer install
- Copy & Setup the
.env
file
cp .env.example .env
- Generate Key
php artisan key:generate
- Database Migration
php artisan migrate
- Run the Application
php artisan serve