Skip to content

Commit

Permalink
Add basic QR code examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Apr 11, 2024
1 parent 1a99238 commit 1621369
Show file tree
Hide file tree
Showing 18 changed files with 607 additions and 199 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@
"jdorn/sql-formatter": "@stable",
"dereuromark/cakephp-templating": "dev-master",
"friendsofcake/cakepdf": "^5.0",
"symfony/http-client": "^6.4 || ^7.0"
"symfony/http-client": "^6.4 || ^7.0",
"dereuromark/cakephp-qrcode": "dev-master"
},
"require-dev": {
"robmorgan/phinx": "0.x-dev as 0.15.3",
Expand Down
254 changes: 237 additions & 17 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions config/auth_acl.ini
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ forAll = *
[Data.Admin/Timezones]
* = superadmin

[QrCode.Admin/QrCode]
* = superadmin

[Tools.Admin/Tools]
* = superadmin

Expand Down
3 changes: 3 additions & 0 deletions config/auth_allow.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Sandbox.FeedExamples = *
Sandbox.FeedbackExamples = *
Sandbox.FlashExamples = *
Sandbox.GeoExamples = *
Sandbox.QrCodeExamples = *
Sandbox.Hashids = *
Sandbox.Helpers = *
Sandbox.Inflector = *
Expand Down Expand Up @@ -74,3 +75,5 @@ AuthSandbox.Admin/AuthSandbox = myPublicOne
Feedback.Feedback = save, index, viewimage

Favorites.Stars = *

QrCode.QrCode = *

0 comments on commit 1621369

Please sign in to comment.