LinkStack/README.md

75 lines
1.6 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## _⚙ 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
- button hover animations (new) | [demo]
- ordering links (new)
- custom link option (new)
- Social Share Preview for individual users (new)
- counting clicks
- managing users and pages and links
- and ...
## 🔨 Install
```sh
git clone https://github.com/JulianPrieber/littlelink-admin
cd littlelink-admin
cp .env.example .env
composer update -vvv
```
- edit .env file
```sh
DB_DATABASE=YOUR_DB_NAME
DB_USERNAME=YOUR_DB_USER
DB_PASSWORD=YOUR_DB_PASS
APP_NAME="YOUR_APP_NAME"
```
- run migration & db seed
```sh
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:
```sh
email: admin@admin.com
password: 12345678
```
## 💞 Partners
- [littlelink]
- [laravel]
- [panel template]
- [button animations]
## 🎲 [Donate](#donate)
@khashayarzavosh bitcoin: 1FQJWCZJoLKfJei7NFisTH65yNUjugJRi4
[littlelink-admin]: <https://github.com/khashayarzavosh/littlelink-admin>
[littlelink]: <https://github.com/sethcottle/littlelink>
[linktree]: <https://linktr.ee>
[laravel]: <https://github.com/laravel/laravel>
[panel template]: <https://colorlib.com/wp/bootstrap-sidebar>
[button animations]: <https://github.com/IanLunn/Hover>
[demo]: <https://julianprieber.github.io/littlelink-admin-demo>