Shortener links service on Laravel.
This is my Shortener links service on Laravel.
- PHP 8.3.3
- Laravel 10
- Composer 2.6.6
For my project I used MySql 8.0 version.
-
Clone the project.
-
Install composer packages:
composer install
-
Rename
.env.exampleinto.env(or make copy and rename it). Set database connection. -
Use command for making migrations:
php artisan migrate
- Run server:
php artisan serve
- Sing up and enjoy!
- Create new short links.
- See specific short link after creating.
- See list of links and counters.
- Pagination.