symfony

  • Configure MariaDB in a Vagrant Virtual Machine

    Before you can read and write data to the Database inside your virtual machine, you need to finish setting up MariaDB Server.

    Prerequisites: ...

  • Configure Nginx Web Server with SSL in a Vagrant Virtual Machine

    Before you are able to run any PHP project in your Vagrant VM and display pages in a browser, you need to configure Nginx and set a Virtual Host.

    The best way to configure it to to enable SSL and HTTP2, the same way as you should in your

    ...
  • Configure PHP in Virtual Machine to work as LEMP Server

    Prerequisites:

    ...
  • Create a Microservice with Symfony 6: Data Transfer Objects (DTO)

    Create a Microservice with Symfony 6 Part 4: Data Transfer Objects (DTO)