/linkshorter-laravel

A link management panel with Redis .where you can convert your links into short links and see the number of clicks

Primary LanguagePHP

Laravel Logo

Welcome to LinkShorter With Laravel 11

Installation

please run below commands:

composer install
cp .env.example .env

please config env file for support database name and redis

composer php artisan key:generate
composer php artisan migrate:fresh --seed
npm install
npm run dev OR npm run dev

Login Access

username:

mohamadashrafi46@gmail.com

Password:

123456

notice

To transfer data from Redis to the database, set this command as a border job on the server so that it transfers information to the database every 2 hours.

php artisan app:sync-redis-clicks

please add this in env:

REDIS_PREFIX=redis_