mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-08 08:08:42 +01:00
⚙️ LittleLink Admin
Forked from 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
- ordering links (new)
- counting clicks
- managing users and pages and links
- and ...
✨ Demo
🔨 Install
composergit clone
composer update
- edit .env file
DB_DATABASE=YOUR_DATABASE_NAME
DB_USERNAME=YOUR_USERNAME
DB_PASSWORD=YOUR_PASSWORD
APP_NAME="Littlelink admin"
cd admin-littlelink
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: admin@admin.com
password: 12345678
💞 Partners
🎲 Donate
bitcoin: 1FQJWCZJoLKfJei7NFisTH65yNUjugJRi4
Description
LinkStack è una piattaforma per la gestione e la condivisione dei link online. Offre un sito web simile a Linktree, che consente agli utenti di superare la limitazione di poter aggiungere un solo link sulle piattaforme dei social media.
https://l.devol.it
Readme
AGPL-3.0
48 MiB
Languages
PHP
65.5%
Blade
34.5%