Getting Started

Setup Velzon - Symfony 7

Just few more steps to setup Velzon Symfony in your system.

Velzon is built with Bootstrap v5.3.2 and Symfony 7.0 with developer friendly code. You can simply change the layouts and mode using this template.

Prerequisites:

Please follow the below steps to install and setup all prerequisites:

  • Technical Requirements

    Please check the Technical Requirements from the this link. https://symfony.com/doc/current/setup.html#technical-requirements

  • Xampp

    Make sure to have Xampp with PHP v8.2 or higher version installed & running on your computer. If you already have installed Xampp on your computer, you can skip this step.

  • Composer

    Make sure to have the Composer latest version installed & running on your computer. If you already have installed Composer on your computer, you can skip this step.

  • Install Symfony CLI

    Please setup Symfony CLI regarding your computer operating system. https://symfony.com/download. If you already have setup on your computer, you can skip this step.

  • Nodejs

    Make sure to have the Node.js installed & running in your computer. If you already have installed Nodejs on your computer, you can skip this step if your existing node version is greater than equal to 18.

  • Yarn

    Make sure to have the Yarn installed & running in your computer. If you already have installed yarn on your computer, you can skip this step.

  • Git

    Make sure to have the Git installed globally & running on your computer. If you already have installed git on your computer, you can skip this step.

After you finished with the above steps, you can run the following commands into the terminal/command prompt from the root directory ( Velzon_v*/Symfony/ ) of the project to run the project locally or build for production use:

Command Description
composer install command to install all of the framework's dependencies.
yarn install This would install all the required dependencies in the node_modules folder.
yarn run build To compile all SCSS and will copy all images, Js, Libs into the public directory. Run this command to get minify output for the production server.
symfony server:start Runs the project locally. The development server is accessible at http://localhost:8000.
symfony server:start --port=8001 If You Wish to Runs the project locally on Different Port. The development server is accessible at http://localhost:8001.
© Velzon.
Design & Develop by Themesbrand