Go to file
b1ek b85dd5ff13
refactor: rewrite everything with params to not suck ass
2024-08-20 23:35:42 +10:00
.vscode feat: vscode debug config 2024-08-20 20:06:33 +10:00
assets init using the yii create project thingy 2024-08-19 18:41:44 +10:00
commands init using the yii create project thingy 2024-08-19 18:41:44 +10:00
config feat: add image model and api controller 2024-08-19 22:44:16 +10:00
controllers fix: explicitly declare content type im /api/image 2024-08-20 19:25:18 +10:00
mail/layouts init using the yii create project thingy 2024-08-19 18:41:44 +10:00
migrations refactor: rewrite everything with params to not suck ass 2024-08-20 23:35:42 +10:00
models refactor: rewrite everything with params to not suck ass 2024-08-20 23:35:42 +10:00
runtime init using the yii create project thingy 2024-08-19 18:41:44 +10:00
tests init using the yii create project thingy 2024-08-19 18:41:44 +10:00
vagrant init using the yii create project thingy 2024-08-19 18:41:44 +10:00
views refactor: rewrite everything with params to not suck ass 2024-08-20 23:35:42 +10:00
web feat: add /api/image and make the action accept image/* header 2024-08-20 19:23:11 +10:00
widgets init using the yii create project thingy 2024-08-19 18:41:44 +10:00
.bowerrc init using the yii create project thingy 2024-08-19 18:41:44 +10:00
.env.template init using the yii create project thingy 2024-08-19 18:41:44 +10:00
.gitignore init using the yii create project thingy 2024-08-19 18:41:44 +10:00
LICENSE.md init using the yii create project thingy 2024-08-19 18:41:44 +10:00
README.md init using the yii create project thingy 2024-08-19 18:41:44 +10:00
Vagrantfile init using the yii create project thingy 2024-08-19 18:41:44 +10:00
codeception.yml init using the yii create project thingy 2024-08-19 18:41:44 +10:00
composer.json init using the yii create project thingy 2024-08-19 18:41:44 +10:00
composer.lock init using the yii create project thingy 2024-08-19 18:41:44 +10:00
copy.sh init using the yii create project thingy 2024-08-19 18:41:44 +10:00
docker-compose.yml.template feat: add mime column to image table and switch to mysql 2024-08-20 12:45:28 +10:00
requirements.php init using the yii create project thingy 2024-08-19 18:41:44 +10:00
sh init using the yii create project thingy 2024-08-19 18:41:44 +10:00
yii init using the yii create project thingy 2024-08-19 18:41:44 +10:00
yii.bat init using the yii create project thingy 2024-08-19 18:41:44 +10:00

README.md

banki.shop test

to start it up, create docker-compose.yml and .env from their .template files and docker-compose up -d.
you can run the copy.sh script to do it automatically

make sure you set the DB_PASS in .env to the same as you set in docker-compose.yml

running yii commands inside docker

./sh php yii migrate/up