LinkStack/README.md

65 lines
1.3 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_
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
```sh
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"
```sh
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
- [littlelink]
- [laravel]
- [panel template]
## 🎲 [Donate](#donate)
bitcoin: 1FQJWCZJoLKfJei7NFisTH65yNUjugJRi4
[littlelink]: <https://github.com/sethcottle/littlelink>
[linktree]: <https://linktr.ee>
[home]: <https://github.com/khashayarzavosh/littlelink-admin/blob/main/demo-home.png>
[panel]: <https://github.com/khashayarzavosh/littlelink-admin/blob/main/demo-panel.png>
[laravel]: <https://github.com/laravel/laravel>
[panel template]: <https://colorlib.com/wp/bootstrap-sidebar>