Skip to content

BabaykaBo/link-shortener

Repository files navigation

Shortener links service on Laravel.

Link Shortener App

This is my Shortener links service on Laravel.

Dependencies:

  • PHP 8.3.3
  • Laravel 10
  • Composer 2.6.6

For my project I used MySql 8.0 version.

Installation:

  1. Clone the project.

  2. Install composer packages:

composer install
  1. Rename .env.example into .env (or make copy and rename it). Set database connection.

  2. Use command for making migrations:

php artisan migrate 
  1. Run server:
php artisan serve
  1. Sing up and enjoy!

Features:

  • Create new short links.
  • See specific short link after creating.
  • See list of links and counters.
  • Pagination.

About

Shortener links service on Laravel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors