JulianPrieber a58f412cc5
Added button animation littlelink
Added hover button animation to littlelink.blade.php.

  -  Included hover-min.css for animation
  -  Added class 'button hvr-grow' to all buttons
  -  Added class 'hvr-icon-wobble-vertical' to all buttons (for icon animation)
  -  Added class 'hvr-icon' to all icons (to indicate icon to hover-min.css)

Read more on how to use and change animations here: https://github.com/IanLunn/Hover/blob/master/README.md
Try a demo of the added animations here: https://julianprieber.github.io/littlelink-admin-demo/
2022-02-12 19:24:01 +01:00
2021-04-16 03:30:00 +04:30
2021-07-06 15:42:40 +07:00
2022-02-12 18:52:27 +01:00
2021-04-16 03:30:00 +04:30
2021-04-16 03:30:00 +04:30
2021-04-16 03:30:00 +04:30
2021-04-16 03:30:00 +04:30
2021-04-16 03:30:00 +04:30
2021-04-16 03:30:00 +04:30
2021-04-16 03:30:00 +04:30
2021-04-16 03:30:00 +04:30
2021-05-22 18:52:24 +04:30
2021-07-06 15:41:44 +07:00
2022-02-12 18:55:59 +01:00
2021-05-22 19:11:12 +04:30
2021-04-16 03:30:00 +04:30
2021-04-16 03:30:00 +04:30
2022-02-12 15:26:00 +01:00
2021-04-16 03:30:00 +04:30
2021-04-16 03:30:00 +04:30
2021-04-16 03:30:00 +04:30

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)
  • custom link option (new)
  • Social Share Preview for individual users (new)
  • counting clicks
  • managing users and pages and links
  • and ...

🔨 Install

git clone https://github.com/JulianPrieber/littlelink-admin
cd littlelink-admin
cp .env.example .env
composer update -vvv
  • edit .env file
DB_DATABASE=YOUR_DB_NAME
DB_USERNAME=YOUR_DB_USER
DB_PASSWORD=YOUR_DB_PASS
APP_NAME="YOUR_APP_NAME"
  • run migration & db seed
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 key:generate
php artisan serve (optional)
  • login:
email: admin@admin.com
password: 12345678

💞 Partners

🎲 Donate

@khashayarzavosh 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
Languages
PHP 65.5%
Blade 34.5%