Go to file
b1ek 97e287e731
feat: add mime column to image table and switch to mysql
2024-08-20 12:45:28 +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 refactor: remove useless pages 2024-08-19 22:44:46 +10:00
mail/layouts init using the yii create project thingy 2024-08-19 18:41:44 +10:00
migrations feat: add mime column to image table and switch to mysql 2024-08-20 12:45:28 +10:00
models feat: add image model and api controller 2024-08-19 22:44:16 +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: remove most header stuff 2024-08-19 22:59:36 +10:00
web feat: add image model and api controller 2024-08-19 22:44:16 +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