Skip to content
  • Sponsor Cap-Coding/symfony_tutorial_delay_tasks_kernel_terminate

  • Notifications You must be signed in to change notification settings
  • Fork 0

Files

Latest commit

 

History

History
65 lines (36 loc) · 1.73 KB

File metadata and controls

65 lines (36 loc) · 1.73 KB

Delay heavy tasks in Symfony with kernel.terminate event to decrease response time

Watch full tutorial here

Launch project

Run in terminal make up

Sample API request:

curl --location --request POST 'http://localhost:8080/api/v1/reservations' \
--header 'Content-Type: application/json' \
--data-raw '{
    "name": "some reservation",
    "price": 200
}'

Other video tutorials

Code faster with Github Copilot

There is a video

Create a classic website using Symfony 5

There is a video

Delay "heavy" tasks in Symfony with component Messenger

There is a video

Create Symfony 5 project with Docker and Postgres

There is a video

Design pattern "Chain of responsibility" (Symfony implementation)

There is a video

How to use data transfer objects (DTO) in Symfony API application

There is a branch and here is a video

How to build simple CRUD API service with Symfony 5 (for beginners)

There is a branch and here is a video

How to use Symfony Form Events in API service

There is a video

How to use object factories with Symfony Forms

There is a video

Dockerize WordPress

There is a video

Get trusted SSL certificate (https) for free with Let's Encrypt and Certbot

There is a video