Logo

Ecology & Environment Symfony Template

Created: 20/03/2026

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 Profile

Template Installation

1.Install Server (Recommended PHP version: >8.2):

Make 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.

2.Install Composer (Recommended version: >= 2.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.

3.Install Symfony CLI (Optional but Recommended):

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.

4.Install Node:

Install Node.js by downloading the LTS version from the official website. Follow the installation prompts. Verify installation with 'node -v' and 'npm -v'.

5.Start the Development Server:

symfony server:start

This command will start a local development server. By default, Symfony will listen on http://localhost:8000

6.Editing Econest Template:

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.

Pages

Total 21 Pages

Fonts

Google free fonts:

Open assets/css/style.css file to find the fonts name from typography area. That's it...

Source File (CSS)

<!-- Vendors Css -->
<link rel="stylesheet" href="/static/vendor/animate/animate.min.css">
<link rel="stylesheet" href="/static/vendor/fontawesome-pro/fontawesome.min.css">
<link rel="stylesheet" href="/static/vendor/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="/static/vendor/swiper/swiper-bundle.min.css">
<link rel="stylesheet" href="/static/vendor/aos/aos.css">
<link rel="stylesheet" href="/static/vendor/fancybox/fancybox.css">

<!-- Main CSS -->
<link rel="stylesheet" href="/static/css/spacing.css">
<link rel="stylesheet" href="/static/css/main.css">
CSS Source

Source File (JS)

<!-- Vendors JS -->
<script src="/static/vendor/jquery/jquery.min.js"></script>
<script src="/static/vendor/popper/popper.min.js"></script>
<script src="/static/vendor/bootstrap/bootstrap.min.js"></script>
<script src="/static/vendor/swiper/swiper-bundle.min.js"></script>
<script src="/static/vendor/aos/aos.js"></script>
<script src="/static/vendor/fancybox/fancybox.umd.js"></script>
<script src="/static/vendor/counter/purecounter.js"></script>

<!-- Main JS -->
<script src="/static/js/script.js"></script>
JS Source

Customization

How to Change Logo

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.

Demo of How To Change Logo

How to Change Menu Links

Demo of How To Change Menu Links

How to Change Email Address

Demo of How To Change Menu Links