All Projects → khashayarzavosh → littlelink-admin

khashayarzavosh / littlelink-admin

Licence: GPL-3.0 License
Littlelink admin is an admin panel for littlelink that provides you a website similar linktree.

Programming Languages

PHP
23972 projects - #3 most used programming language
Blade
752 projects
shell
77523 projects

Projects that are alternatives of or similar to littlelink-admin

link text
Easy to use text widget for Flutter apps, which converts inlined urls into working, clickable links
Stars: ✭ 20 (-60%)
Mutual labels:  link
react-native-twitter-textview
A <TextView/> component for React Native built on top of twitter-text linkification.
Stars: ✭ 71 (+42%)
Mutual labels:  link
nova-horizon-link
Smart Link for Laravel Nova to Horizon Dashboard.
Stars: ✭ 24 (-52%)
Mutual labels:  link
browser-resources
A Collection of official Resources/Status/Issues for browsers.
Stars: ✭ 127 (+154%)
Mutual labels:  link
remark-external-links
Legacy plugin to automatically add target and rel attributes to external links — please use `rehype-external-links` instead
Stars: ✭ 50 (+0%)
Mutual labels:  link
Mc2Discord
A simple minecraft mod, server side only, to link the chat with your Discord server
Stars: ✭ 18 (-64%)
Mutual labels:  link
SmartReplace
Unity plug-in for replacing scene objects while keeping their references.
Stars: ✭ 50 (+0%)
Mutual labels:  link
Shellify
Shellify is a 100% managed .NET implementation of the Microsoft Shell Link (.LNK) Binary File Format.
Stars: ✭ 40 (-20%)
Mutual labels:  link
URL-Shortner-Bot-V2
A link shortner telegram bot version 2 with advanced features
Stars: ✭ 18 (-64%)
Mutual labels:  link
quill-magic-url
Automatically convert URLs to links in Quill
Stars: ✭ 86 (+72%)
Mutual labels:  link
yogurl
Serve files and code over HTTP in one command. The CLI for http://yogurl.io
Stars: ✭ 45 (-10%)
Mutual labels:  link
ember-link-action
Fire an action when LinkTo component transition happens
Stars: ✭ 86 (+72%)
Mutual labels:  link
fbvideos
🔗 Easily extract downloadable link of publicly available videos on facebook.
Stars: ✭ 28 (-44%)
Mutual labels:  link
vue-link
One component to link them all 🔗
Stars: ✭ 65 (+30%)
Mutual labels:  link
magnet-link
DEPRECATED: Get a magnet link from a torrent file.
Stars: ✭ 65 (+30%)
Mutual labels:  link
gba-remote-play
Stream Raspberry Pi games to a GBA via Link Cable
Stars: ✭ 356 (+612%)
Mutual labels:  link
reachable-urls
Check URLs are reachable in text 🕵️
Stars: ✭ 29 (-42%)
Mutual labels:  link
laravel-magiclink
Create link for authenticate in Laravel without password or get private content
Stars: ✭ 135 (+170%)
Mutual labels:  link
nova-telescope-link
Smart Link for Laravel Nova to Telescope Debug Assistant.
Stars: ✭ 37 (-26%)
Mutual labels:  link
obsidian-link-converter
Obsidian Plugin to scan all your links in your vault and convert them to your desired format.
Stars: ✭ 44 (-12%)
Mutual labels:  link

⚙️ 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].