Skip to content

PeterKaras/zaverne_zadanie

Repository files navigation

symfony-api-template

TODO

Replace your repo in .github/workflows/build.yml:36

Start dev

docker compose up -d web

Composer

Install composer

docker compose run cli composer install

JWT

Docs: https://github.com/lexik/LexikJWTAuthenticationBundle

generate JWT keypair

docker compose run cli php bin/console lexik:jwt:generate-keypair

Entities

Create database

docker compose run cli php bin/console doctrine:database:create

Edit or Create entity

docker compose run cli php bin/console make:entity {name}

Create migration

docker compose run cli php bin/console make:migration

Execute migration

docker compose run cli php bin/console doctrine:migrations:migrate

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages