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!
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.
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
Please follow below steps to install and setup all prerequisites:
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.
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.
To setup the admin theme, follow below-mentioned steps:
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. |
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.
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.
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">
We've used the following images, files or other plugins URL, Licenses as listed.
NAME | URL | LICENSE |
---|---|---|
Bootstrap | https://getbootstrap.com/ | MIT |
Unsplash - Images | https://unsplash.com/ | MIT |
Apexcharts | https://apexcharts.com/ | MIT |
Choices js | https://github.com/Choices-js/Choices | MIT |
Dropzone | https://www.dropzone.dev/js/ | MIT |
Flatpicker | https://flatpickr.js.org/ | MIT |
Full Calendar | https://fullcalendar.io/ | MIT |
Gmaps | https://hpneo.dev/gmaps/examples.html | MIT |
Jsvectormap | https://github.com/themustafaomar/jsvectormap | MIT |
Moment | https://momentjs.com/ | MIT |
Simplebar | https://grsmto.github.io/simplebar/ | MIT |
Sweetalert 2 | https://sweetalert2.github.io/ | MIT |
Swiper | https://swiperjs.com/ | MIT |
Toastify js | https://apvarun.github.io/toastify-js/ | MIT |