This is a Symfony-Vue boilerplate project.
Before you start, make sure you have the following prerequisites:
- Node.js version 20
- PHP version 8.1
Follow these steps to set up the project:
-
Navigate to the
backend/
directory:cd backend/
-
Install the required Symfony dependencies:
composer install
If Symfony is not the latest version, you can use the following command to update:
composer update
-
Navigate to the
back-office/
directory:cd back-office/
-
Install the required Node.js dependencies:
npm install
Now, your Symfony-Vue project is set up and ready to use.