mathsgod / light
1.16.1
2024-11-07 07:35 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/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
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
- web-auth/webauthn-lib: ^3.3
This package is auto-updated.
Last update: 2024-11-07 10:25:04 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=