Histudy - Symfony - Documentation
Welcome to Histudy ! Get familiar with the Stripe products and explore their features:

Working with Doc
You can any work by following our docs

Formatting Content
Our content is more formating for your website

Perfect Responsive
Our Template is full Perfect for all device. You can visit our template all device easily.

Sass Available
The tamplate has Sass available for css. You can Change css by sass

Fast Loading Speed
Histudy is faster loading speed. Histudy create your template so much faster

24 Support System
We are provide 24 hours support for all clients.You can purchase without hesitation.
Getting Started
Welcome to Histudy ! Get familiar with the Stripe products and explore their features:
To use Histudy For Next-gen all-in-one Online Courses & Education Symfony Template. It comes with Symfony and Bootstrap5. We created with component-based and developer-friendly modern. It comes with modern design and a faster loading Symfony template. It has available Home Default, Course School, Online School, Kindergarten, Classic LMS, University Status, Instructor Portfolio, Language Academy, Gym Coaching, Online Course, Single Course, marketplace, University Classic, Home Elegant, Home technology, and other needed inner or details pages availability.
Histudy Core Features
- Build with Symfony & SCSS
- Responsive layout (desktops, tablets, mobile devices)
- Built with Bootstrap v5.0.2
- Well structured code
- Hinted Typography
- Dark Mode Available
- RTL Available
- Sass Available
- W3 Valid 100%
- Fast Loading Speed
- Cross Browser Support
- Dedicated Support, Lifetime Updates
- And much more …
What's Included
After purchasing Histudy template on templateforest.net with your Envato account, go to your Download page. You can choose to download Histudy Symfony template only or the entire Histudy template package which contains the following files:
- Histudy Symfony template: A .zip file with all twig files with all necessary assets.
- Documentation: An HTML format documentation.
- Licensing.
How to Install Histudy Symfony Templates
Installing the Histudy template is different from installing a WordPress or other CMS theme. In fact, the term "installation" doesn’t quite apply in the traditional sense. Why? Because there is no standard installation process like you’d find with CMS-based templates.
1. Install a Local Server (Recommended PHP Version: > 8.2)
Make sure you have XAMPP, WAMP, or LAMP installed and running on your computer. If you already have a server environment set up, ensure that your PHP version is greater than 8.2. You may skip this step if the requirement is already met.
2. Install Composer (Recommended Version: >= 2.2)
Symfony uses Composer to manage its dependencies. If you haven't installed Composer yet, you can download it by following the official instructions on the Composer website.
3. Install Symfony CLI (Optional but Recommended)
The Symfony CLI provides helpful tools and commands that make Symfony development easier. To install it, follow the guide on the official Symfony website.
4. Install Project Dependencies
composer install
Run the above command in your project directory to install all required dependencies for the Histudy template.
5. Start the Development Server
symfony server:start
This command will start a local development server. By default, Symfony listens on http://localhost:8000.
6. Edit the Histudy Template
Before launching your project, replace the demo content with your own. To do this, you’ll need a code editor such as VS Code, Sublime Text, or a similar tool.

Step - 1: Add the RTL Attribute to the HTML Tag:
<!DOCTYPE html>
<html lang="en" dir="rtl">
Step - 2: Include the RTL CSS File:
Ensure you link to an RTL CSS file in the <head> section of your HTML
<link rel="stylesheet" href="{{ asset('assets/css/rtl-style.css') }}">
Step - 3: Include the Bootstrap RTL File:
<link rel="stylesheet" href="{{ asset('assets/css/bootstrap.rtl.min.css') }}">
3. To Convert Histudy into Dark mode
Step - 1: Include the JavaScript File:

<script src="{{ asset('assets/js/vendor/jquery.style.switcher.js') }}"></script>
Step - 2: Include this code to active the converter:

<div id="my_switcher" class="my_switcher">
<ul>
<li>
<a href="javascript: void(0);" data-theme="light" class="setColor light">
<img src="{{ asset('assets/images/about/sun-01.svg') }}" alt="Sun images"> <span title="Light Mode"> Light</span>
</a>
</li>
<li>
<a href="javascript: void(0);" data-theme="dark" class="setColor dark">
<img src="{{ asset('assets/images/about/vector.svg') }}" alt="Vector Images"> <span title="Dark Mode"> Dark</span>
</a>
</li>
</ul>
</div>
Step - 3: To switch logo:

<div class="header-info">
<div class="logo logo-dark">
<a href="#">
<img src="{{ asset('assets/images/logo/logo.png') }}" alt="Education Logo Images">
</a>
</div>
<div class="logo d-none logo-light">
<a href="#">
<img src="{{ asset('assets/assets/images/dark/logo/logo-light.png') }}" alt="Education Logo Images">
</a>
</div>
</div>
Step - 4: To change Breadcrumb add this class name

<div class="breadcrumb-dark">
</div>
4. Package comes with documentation unzip the download package, you’ll found a folder with all template files, like above screenshot.

Social Share
Showcase of Social share. See below image and code for more information.
.transparent-with-border
class For Transparent with border style..with-gradient
class For Hover gradient style..with-bg-primary
class For With Bg Primary Color style..icon-naked
class For naked style.