LinkStack/README.md

67 lines
1.2 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.

## _⚙ Admin littlelink_
Admin littlelink 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 require khashayarzavosh/admin-littlelink
composer update
npm install
npm run dev
```
edit .env file
DB_DATABASE=YOUR_DATABASE_NAME
DB_USERNAME=YOUR_NAME
DB_PASSWORD=YOUR_PASSWORD
```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 serve
```
login:
http://127.0.0.1:8000/login
email: admin@admin.com
password: 12345678
## Partner
- [littlelink]
- [laravel]
## [Donate](#donate)
bitcoin: 1FQJWCZJoLKfJei7NFisTH65yNUjugJRi4
[littlelink]: <https://github.com/sethcottle/littlelink>
[linktree]: <https://linktr.ee>
[home]: <https://github.com/khashayarzavosh/admin-littlelink/blob/main/demo-home.png>
[panel]: <https://github.com/khashayarzavosh/admin-littlelink/blob/main/demo-panel.png>
[laravel]: <https://github.com/laravel/laravel>