Littlelink admin is an admin panel for littlelink that provides you a website similar linktree.
94
stars
64
commits
PHP
primary language
Dec 22, 2024
updated
Copyright: All rights reserved. If you use my programs or code, you must pay me 5% of your website's monthly revenue. You can use the following address to send money to my wallet. I have tried to contribute to open-source projects or projects whose foundation is built on my code, such as (LinkStack), but there is no proper mechanism with the right timing. And now, I am legally and ethically unwilling to allow my efforts and code to be used in this project (LinkStack) or other projects and websites without considering the copyright mentioned above. thank you.
my wallet: USDT(BEP20): 0x2A4eE50b2bf51c38Fe66120695976be493FcE8fF
LinkStack: https://github.com/LinkStackOrg/LinkStack
LittleLink Admin is an admin panel for littlelink that provides you a website similar linktree.
composer create-project khzg/littlelink-admin
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
email: admin@admin.com
password: 12345678
USDT(BEP20): 0x2A4eE50b2bf51c38Fe66120695976be493FcE8fF
PHP
74.5%
Blade
25.5%
Littlelink admin is an admin panel for littlelink that provides you a website similar linktree.
94
stars
64
commits
PHP
primary language
Dec 22, 2024
updated
Copyright: All rights reserved. If you use my programs or code, you must pay me 5% of your website's monthly revenue. You can use the following address to send money to my wallet. I have tried to contribute to open-source projects or projects whose foundation is built on my code, such as (LinkStack), but there is no proper mechanism with the right timing. And now, I am legally and ethically unwilling to allow my efforts and code to be used in this project (LinkStack) or other projects and websites without considering the copyright mentioned above. thank you.
my wallet: USDT(BEP20): 0x2A4eE50b2bf51c38Fe66120695976be493FcE8fF
LinkStack: https://github.com/LinkStackOrg/LinkStack
LittleLink Admin is an admin panel for littlelink that provides you a website similar linktree.
composer create-project khzg/littlelink-admin
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
email: admin@admin.com
password: 12345678
USDT(BEP20): 0x2A4eE50b2bf51c38Fe66120695976be493FcE8fF
PHP
74.5%
Blade
25.5%