LinkStack/README.md

67 lines
1.2 KiB
Markdown
Raw Normal View History

2021-04-15 07:50:40 +02:00
## _⚙ 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
```
2021-04-15 07:53:55 +02:00
2021-04-15 07:50:40 +02:00
edit .env file
2021-04-15 07:53:55 +02:00
2021-04-15 07:50:40 +02:00
DB_DATABASE=YOUR_DATABASE_NAME
2021-04-15 07:53:55 +02:00
2021-04-15 07:56:05 +02:00
DB_USERNAME=YOUR_USERNAME
2021-04-15 07:53:55 +02:00
2021-04-15 07:50:40 +02:00
DB_PASSWORD=YOUR_PASSWORD
2021-04-15 07:53:55 +02:00
2021-04-15 07:50:40 +02:00
```sh
php artisan migrate
php artisan db:seed
2021-04-15 23:38:16 +02:00
(or commands below)
2021-04-15 07:50:40 +02:00
php artisan db:seed --class="AdminSeeder"
php artisan db:seed --class="PageSeeder"
php artisan db:seed --class="ButtonSeeder"
php artisan serve
```
2021-04-15 07:53:55 +02:00
2021-04-15 07:50:40 +02:00
login:
2021-04-15 07:53:55 +02:00
2021-04-15 07:50:40 +02:00
http://127.0.0.1:8000/login
2021-04-15 07:53:55 +02:00
2021-04-15 07:50:40 +02:00
email: admin@admin.com
2021-04-15 07:53:55 +02:00
2021-04-15 07:50:40 +02:00
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>