mathsgod / light
1.18.2
2024-11-25 03:52 UTC
Requires
- ecodev/graphql-upload: ^6.1
- endroid/qr-code: ^4.8
- firebase/php-jwt: ^6.8
- laminas/laminas-code: ^4.7
- laminas/laminas-diactoros: ^3.1
- league/container: ^4.2
- league/event: ^3.0
- league/flysystem: ^3.15
- mathsgod/graphqlite-mixed-type: ^2.1
- mathsgod/light-rbac: ^1.0
- mathsgod/r-db: ^5.0
- phpmailer/phpmailer: ^6.8
- ramsey/uuid: ^4.7
- sebastian/diff: ^4.0
- symfony/cache: ^6.0
- symfony/yaml: ^6.0
- thecodingmachine/graphqlite: ^6.0
- utopia-php/system: ^0.9.0
Requires (Dev)
- alphasnow/aliyun-oss-flysystem: ^3.4
- google/apiclient: ^2.15
- hostlink/hostlink-storage-adapter: ^1.0
- laminas/laminas-httphandlerrunner: *
- league/flysystem-aws-s3-v3: ^3.24
- mathsgod/puxt: dev-main
- phpstan/phpstan: ^2.0
- web-auth/webauthn-lib: ^3.3
- dev-main
- 1.18.2
- 1.18.1
- 1.18.0
- 1.17.2
- 1.17.1
- 1.17.0
- 1.16.1
- 1.16.0
- 1.15.0
- 1.14.2
- 1.14.1
- 1.14.0
- 1.13.7
- 1.13.6
- 1.13.5
- 1.13.4
- 1.13.3
- 1.13.2
- 1.13.1
- 1.13.0
- 1.12.1
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.8.4
- 1.8.3
- 1.8.2
- 1.8.1
- 1.8.0
- 1.7.0
- 1.6.5
- 1.6.4
- 1.6.3
- 1.6.2
- 1.6.1
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
This package is auto-updated.
Last update: 2024-12-17 05:01:56 UTC
README
Database setup
config are based on mathsgod/r-db
.env
DATABASE_HOSTNAME= DATABASE_DATABASE= DATABASE_USERNAME= DATABASE_PASSWORD= DATABASE_PORT= DATABASE_CHARSET=
Secret
Random string for jwt secret
.env
JWT_SECRET= # jwt secret
Google Signin
Install google api client
composer require google/apiclient
.env
GOOGLE_CLIENT_ID=