I see that from time to time developers who are new to the NestJS and are using
TypeORM are having a problems with creating a database migrations. Let’s clear
one thing right
Sometimes you have a data model where object has a relationship few levels deep.
For example:
Person->job->jobType
It is a style preference, but I like to use TypeORM as
Here's to do it.
* Create site at Laravel Forge control panel
* set web directory to /pub
* ssh into your server
* get Magento via composer
composer create-project --repository-url=https://repo.magento.com/