LinkStack è una piattaforma per la gestione e la condivisione dei link online. Offre un sito web simile a Linktree, che consente agli utenti di superare la limitazione di poter aggiungere un solo link sulle piattaforme dei social media.
https://l.devol.it
e6729f5485
Added dark mode CSS files for all studio pages. Now, this one's a bit janky. The studio CSS files 'bootstrap.min' and 'style-dashboard' already had settings for dark mode in them. The problem is that the PHP files for the studio sites: app.blade.php, footer.blade.php, guest.blade.php, sidebar.blade.php and a few others specify the light classes in the PHP directly. As I didn't want to create separate PHP pages for dark and light mode, I simply replaced the light mode values in the CSS files with the dark mode ones. This means in the files the classes are still labeled as light mode but are in fact for the dark mode. Selection for the dark mode will be handled the same as on the other pages, with JavaScript and a cookie (see next commit). |
||
---|---|---|
app | ||
bootstrap | ||
config | ||
css | ||
database | ||
img | ||
js | ||
littlelink | ||
resources | ||
routes | ||
storage | ||
studio | ||
tests | ||
.editorconfig | ||
.env.example | ||
.gitattributes | ||
.gitignore | ||
.htaccess | ||
.styleci.yml | ||
LICENSE | ||
README.md | ||
artisan | ||
composer.json | ||
composer.lock | ||
index.php | ||
mix-manifest.json | ||
package-lock.json | ||
package.json | ||
phpunit.xml | ||
robots.txt | ||
server.php | ||
tailwind.config.js | ||
web.config | ||
webpack.mix.js |
README.md
⚙️ 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
git clone https://github.com/JulianPrieber/littlelink-admin
cd littlelink-admin
cp .env.example .env
composer update -vvv
- edit .env file
DB_DATABASE=YOUR_DB_NAME
DB_USERNAME=YOUR_DB_USER
DB_PASSWORD=YOUR_DB_PASS
APP_NAME="YOUR_APP_NAME"
- run migration & db seed
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:
email: admin@admin.com
password: 12345678
💞 Partners
🎲 Donate
@khashayarzavosh bitcoin: 1FQJWCZJoLKfJei7NFisTH65yNUjugJRi4