Skip to content

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

Notifications You must be signed in to change notification settings

mohamad-ashrafi/linkshorter-laravel

Repository files navigation

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:

[email protected]

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_ 

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages