Clivax - Symfony Admin & Dashboard Template

By: Codebucks

Email: codebucksthemes@gmail.com

Thank you for purchasing my theme. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here . Thanks so much!

Introduction

Clivax is built with Bootstrap v5.3.3 in Symfony, responsive with all devices and supported with Dark, light, RTL modes. You can change mode very quickly by doing a single change. It has many features like one to one chat, group chat, contact, send files, online users, read and unread new messages from users, authentication pages and many more.

πŸ“ Folder & Files Structure
    Clivax-Symfony
      β”œβ”€β”€ assets
      β”œβ”€β”€ bin
      β”œβ”€β”€ config
      β”œβ”€β”€ node_modules
      β”œβ”€β”€ public
        β”œβ”€β”€ assets
         β”œβ”€β”€ css
         β”œβ”€β”€ fonts
         β”œβ”€β”€ images
         β”œβ”€β”€ js
         └── libs
      β”œβ”€β”€ src
        β”œβ”€β”€ controllers
        β”œβ”€β”€ kernel.php
      β”œβ”€β”€ templates
        β”œβ”€β”€ Layouts
          β”œβ”€β”€ master-without-pagetitle.html.twig
          β”œβ”€β”€ master.html.twig
        β”œβ”€β”€ partials
          β”œβ”€β”€ body.html.twig
          β”œβ”€β”€ footer.html.twig
          β”œβ”€β”€ head-css.html.twig
          β”œβ”€β”€ main.html.twig
          β”œβ”€β”€ menu.html.twig
          β”œβ”€β”€ page-title.html.twig
          β”œβ”€β”€ right-sidebar.html.twig
          β”œβ”€β”€ sidebar.html.twig
          β”œβ”€β”€ title-meta.html.twig
          β”œβ”€β”€ topbar.html.twig
          └── vendor-scripts.html.twig
        └── all html.twig pages
      β”œβ”€β”€ var
      β”œβ”€β”€vendor
      β”œβ”€β”€ .env
      β”œβ”€β”€ .env.dev
      β”œβ”€β”€.gitignore
      β”œβ”€β”€ composer.json
      β”œβ”€β”€ composer.lock
      β”œβ”€β”€ package-libs-config.json
      β”œβ”€β”€ package-lock.json
      β”œβ”€β”€ package.json
      β”œβ”€β”€ postcss.config.js
      └── symfony.lock
     
    
Setup Symfony
Prerequisites

Please follow below steps to install and setup all prerequisites:

  • Wamp OR Xampp

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

  • Composer

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

Installation

To setup the admin theme, follow below-mentioned steps:

  • Install Prerequisites

    Make sure to have all above prerequisites installed & running on your computer

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

Command Description
composer install This would install all the required packages in the vendor folder.
symfony serve Runs the project locally, The development server is accessible at http://127.0.0.1:8000.
Light Version

To have light mode enabled, Keep your body element with data attribute data-bs-theme="light" in the src/partials/body.html.twig
E.g. <body data-bs-theme="light"> to have Light layout.

Dark Version

To have dark mode enabled, Keep your body element with data attribute data-bs-theme="dark" in the src/partials/body.html.twig
E.g. <body data-bs-theme="dark"> to have Dark layout.

RTL Version

To have rtl mode enabled, replace the reference of bootstrap.min.css to bootstrap-rtl.min.css and app.min.css to app-rtl.min.css in the src/partials/head-css.html.twig.

Also add dir="rtl" in the html tag. e.g <html dir="rtl">

Sources & Credits

We've used the following images, files or other plugins URL, Licenses as listed.

Changelog
v1.0.0 - 07 Feb 2025
  • Initial released
Β© Clivax.
Crafted with by Codebucks