Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 92a1f17

Browse files
updated readme and docs
1 parent d1505e1 commit 92a1f17

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

README.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
**PHP Dynamic Qr code** is a script that allows the generation and saving of dynamic and static QR codes. It has a clean, responsive, and user-friendly design. It is based on [AdminLte](https://adminlte.io/), the "Best open source admin dashboard & control panel theme. Built on top of Bootstrap" and [Core PHP Admin Panel](https://github.com/chetans9/core-php-admin-panel), a simple Admin Panel written in core PHP that contains an implementation of general features you might need in your website admin panel like: record management (CRUD), secure authentication, pagination, filters.
44

5-
[LIVE DEMO](https://giandonatoinverso.it/qrcode)
5+
[LIVE DEMO](https://vps-51f5a38d.vps.ovh.net/)
6+
7+
username: admin
8+
9+
password: admin
610

711
[DOCUMENTATION](https://giandonatoinverso.it/qrcode/documentation)
812

@@ -14,7 +18,6 @@ contact me at [email protected] for installations, custom implementati
1418

1519
- **#1 Dynamic Qr code generator on GitHub with a database to store Qr codes**
1620
- Create unlimited Qr codes
17-
- Easy installation wizard
1821
- Docker compose support
1922
- Control panel with 2 access levels
2023
- Multi-account
@@ -49,8 +52,6 @@ contact me at [email protected] for installations, custom implementati
4952
- Easy to understand and expand code
5053
- Full OOP with classes and well-documented
5154

52-
The project requires at least PHP 7.4 to run properly. It has been successfully tested up to PHP 8.1.
53-
5455
## What is included
5556

5657
- PHP files
@@ -59,20 +60,17 @@ The project requires at least PHP 7.4 to run properly. It has been successfully
5960
- CSS files
6061
- Docker compose file
6162

62-
## Setup with docker compose (simplest method)
63+
## Setup with docker compose
6364
1. download docker-compose.yml file
6465
2. Start docker stack
6566
```bash
6667
docker compose build --no-cache && docker compose up -d
6768
```
6869
3. Open your browser at http://localhost:80 and login with (username: superadmin, password: superadmin)
6970

70-
For other setup methods please see the documentation
71-
72-
# Available plugins
71+
# Available non open source plugins
7372

7473
## QrRole
75-
7674
Manage user privileges with multi-level access control:
7775

7876
- *Creator*: can only create and delete your own qrcodes
@@ -86,7 +84,6 @@ Unlock advanced customization features for QR codes, including logo uploads, wat
8684
Save time by creating reusable templates for generating QR codes with predefined styles and settings.
8785

8886
## QrBulk
89-
9087
- Create static or dynamic QR codes in bulk by compiling an Excel file with the QR code data and uploading it to the site. Inside the file it is possible to specify, if necessary, an already existing QrTemplate template. After creation you will be able to download a zip file with the QR codes created and the same Excel file but with the redirect identifier added
9188

9289
- Create dynamic QR codes in bulk by choosing the desired number, so you can download a zip file with the created QR codes, Excel files so you can print them. At a later time you can modify the URLs associated with the QR codes created

documentation/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ <h2> What is a static qr code</h2>
8080

8181
<div id="setup">
8282
<h2> Setup</h2>
83-
<p>You can choose between local installation (recommended for development) and docker installation (recommended for general use)</p>
8483
<p><u>Local setup:</u></p>
8584
<ol><strong>
8685
<li>No more available from v2.3.0</li>

0 commit comments

Comments
 (0)