Skip to content

Littlelink admin is an admin panel for littlelink that provides you a website similar linktree.

License

Notifications You must be signed in to change notification settings

tobiasreichel/littlelink-admin

 
 

Repository files navigation

⚙️ LittleLink Admin

LittleLink Admin is an admin panel for littlelink that provides you a website similar linktree.

📑 Features

  • creating a link page with more than 20 buttons
  • raising important links on the page
  • counting clicks
  • managing users and pages and links
  • and ...

✨ Demo

home / panel

🔨 Install

composer create-project khashayarzavosh/littlelink-admin
  • edit .env file

DB_DATABASE=YOUR_DATABASE_NAME

DB_USERNAME=YOUR_USERNAME

DB_PASSWORD=YOUR_PASSWORD

APP_NAME="Littlelink admin"

cd littlelink-admin
php artisan migrate
php artisan db:seed 
(or commands below)
php artisan db:seed --class="AdminSeeder"
php artisan db:seed --class="PageSeeder"
php artisan db:seed --class="ButtonSeeder"
php artisan serve
  • login:

email: [email protected]

password: 12345678

💞 Partners

🎲 Donate

bitcoin: 1FQJWCZJoLKfJei7NFisTH65yNUjugJRi4

About

Littlelink admin is an admin panel for littlelink that provides you a website similar linktree.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 74.2%
  • Blade 25.3%
  • Shell 0.5%