https://github.com/mathsgod/light
https://github.com/mathsgod/light
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mathsgod/light
- Owner: mathsgod
- License: mit
- Created: 2023-08-31T02:57:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2026-03-18T05:21:53.000Z (3 months ago)
- Last Synced: 2026-03-18T20:36:56.231Z (3 months ago)
- Language: PHP
- Size: 1.73 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://deepwiki.com/mathsgod/light)
# light
## Database setup
config are based on [mathsgod/light-db](https://github.com/mathsgod/light-db)
.env
```ini
DATABASE_HOSTNAME=
DATABASE_DATABASE=
DATABASE_USERNAME=
DATABASE_PASSWORD=
DATABASE_PORT=
DATABASE_CHARSET=
```
## Secret
Random string for jwt secret
.env
```ini
JWT_SECRET= # jwt secret
```
## Google Signin
Install google api client
```
composer require google/apiclient
```
.env
```ini
GOOGLE_CLIENT_ID=
```