https://github.com/zefling/classement-server
Mirror of https://git.ikilote.net/classement/serveur
https://github.com/zefling/classement-server
Last synced: over 1 year ago
JSON representation
Mirror of https://git.ikilote.net/classement/serveur
- Host: GitHub
- URL: https://github.com/zefling/classement-server
- Owner: Zefling
- License: gpl-3.0
- Created: 2023-07-13T22:00:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-24T17:03:05.000Z (over 1 year ago)
- Last Synced: 2025-01-24T18:18:58.865Z (over 1 year ago)
- Language: PHP
- Homepage: https://classement.ikilote.net
- Size: 542 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# start server
```bash
symfony server:start
```
# database
update migrations
```
php bin/console doctrine:migrations:diff
```
update database
```
php bin/console doctrine:migrations:migrate
```