]> git.leonardobizzoni.com Git - highschool-graduation-project/commit
Connecting to db + migrations
authorLeonardoBizzoni <leo2002714@gmail.com>
Mon, 18 Apr 2022 08:50:23 +0000 (10:50 +0200)
committerLeonardoBizzoni <leo2002714@gmail.com>
Mon, 18 Apr 2022 08:50:23 +0000 (10:50 +0200)
commit7324eb0e60e853d4383529414a629c2d9e17d30c
tree9eae676fc655020136e24b5650dd224ef11973a4
parent874af4fb7cf782fd453ca0527707e650cb125237
Connecting to db + migrations
12 files changed:
README.org
dockerfiles/web/Dockerfile
www/.env.example [new file with mode: 0644]
www/.gitignore
www/Migrations/m_1650263661_Initial.php [new file with mode: 0644]
www/Migrations/m_1650271236_addPasswordToUser.php [new file with mode: 0644]
www/composer.json
www/composer.lock
www/core/Application.php
www/core/Database.php [new file with mode: 0644]
www/migrationScript.php [new file with mode: 0644]
www/pub/index.php