Thank you for purchasing my template. If you have any questions that are beyond the scope of this help file, please feel free to open a new ticket at our support forum
24/7 Support: Send Us a message from Our ProfileMake sure to have the Xampp/WampServer/Lampp installed & running in your computer. If you already have installed server on your computer, you can skip this step if your existing PHP version is greater than >8.2.
Symfony uses Composer to manage its dependencies. If you haven't already installed Composer, you can download and install it following the instructions on the official Composer website.
Symfony CLI provides additional tools and commands to simplify Symfony development. You can install Symfony CLI by following the instructions on the official Symfony website.
Install Node.js by downloading the LTS version from the official website. Follow the installation prompts. Verify installation with 'node -v' and 'npm -v'.
symfony server:start
This command will start a local development server. By default, Symfony will listen on http://localhost:8000
Before all that you have to edit your template and place your own contents by replacing old demo contents, in this case, you will need a code editor such as – VS Code, Sublime Text etc.
Open assets/css/style.css file to find the fonts name from typography area. That's it...
Open assets\img\logo folder and paste your logo. Then go to the header Twig file (e.g. templates/partials/header.html.twig) and replace the logo path.