Documentation

Chrev - CakePHP Crypto Admin & Dashboard Template MultiColor MultiPurpose

Chrev

Chrev - CakePHP Crypto Admin & Dashboard Template MultiColor MultiPurpose

This documentation is last updated on 20 November 2023

Thank you for purchasing this CakePHP template.

If you like this template, Please support us by rating this template with 5 stars


Quick Start -

Requirements

CakePHP has a set of requirements in order to run smoothly in specific environment. Please see requirements section in CakePHP documentation.

Chrev similarly uses additional plugins and frameworks, so ensure You have Composer installed on Your machine.

Assuming your machine meets all requirements - let's process to installation of Chrev CakePHP integration (skeleton).

  1. Open in cmd or terminal app and navigate to this folder
  2. Run following commands composer install

For more information about the CakePHP installation, check out on this link https://book.cakephp.org/5/en/installation

SASS installation -

1.- Install Node.js

To compile Sass via the command line first, we need to install node.js. The easiest way is downloading it from the official website nodejs.org open the package and follow the wizard.

2.- Initialize NPM

NPM is the Node Package Manager for JavaScript. NPM makes it easy to install and uninstall third party packages. To initialize a Sass project with NPM, open your terminal and CD (change directory) to your project's webroot folder.

npm init

Once in the correct folder, run the command npm init. You will be prompted to answer several questions about the project, after which NPM will generate a package.json file in your folder.

3.- Install Node-Sass

Node-sass is an NPM package that compiles Sass to CSS (which it does very quickly too). To install node-sass run the following command in your terminal: npm install node-sass

npm install node-sass
4.- Write Node-sass Command

Everything is ready to write a small script in order to compile Sass. Open the package.json file in a code editor. You will see something like this: In the scripts section add an scss command

"scripts": {
  "sass": "node-sass --watch scss/main.scss css/style.css"
},
5.- Run the Script

To execute our one-line script, we need to run the following command in the terminal: npm run sass

npm run sass
6.- Other Option

--source-map

"sass": "node-sass --watch scss/main.scss css/style.css --source-map css/style.css.map"

Overview -

We Have Converted All Chrev HTML templates In CakePHP


File Structure -

CakePHP is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. CakePHP attempts to take the pain out of development by easing common tasks used in the majority of web projects.

We, at Dexignzone, have implemented our Crypto admin dashboard application theme Chrev with this amazing PHP framework for CakePHP developers can concentrate on application and not caring much about theme-to-framework integration.


  • Chrev
    • templates
      • element
        • chatbox.php
        • footer.php
        • header.php
        • nav-header.php
        • preloader.php
        • sidebar.php
      • layout
        • dashboard.php
        • login.php
      • ChrevAdmin
        • add_blog.php
        • add_email.php
        • app_calendar.php
        • app_profile.php
        • blog.php
        • blog_category.php
        • chart_chartist.php
        • chart_chartjs.php
        • chart_flot.php
        • chart_morris.php
        • chart_peity.php
        • chart_sparkline.php
        • coin_details.php
        • content.php
        • content_add.php
        • ecom_checkout.php
        • ecom_customers.php
        • ecom_invoice.php
        • ecom_product_detail.php
        • ecom_product_grid.php
        • ecom_product_list.php
        • ecom_product_order.php
        • edit_profile.php
        • email_compose.php
        • email_inbox.php
        • email_read.php
        • email_template.php
        • flat_icons.php
        • form_ckeditor.php
        • form_element.php
        • form_pickers.php
        • form_validation_jquery.php
        • form_wizard.php
        • index.php
        • index2.php
        • map_jqvmap.php
        • market_capital.php
        • menu.php
        • order_detail.php
        • my_wallet.php
        • page_error400.php
        • page_error403.php
        • page_error404.php
        • page_error500.php
        • page_error503.php
        • page_forgot_password.php
        • page_lock_screen.php
        • page_login.php
        • page_register.php
        • portfolio.php
        • post_details.php
        • table_bootstrap_basic.php
        • table_datatable_basic.php
        • transactions.php
        • uc_lightgallery.php
        • uc_nestable.php
        • uc_noui_slider.php
        • uc_select2.php
        • uc_sweetalert.php
        • uc_toastr.php
        • ui_accordion.php
        • ui_alert.php
        • ui_badge.php
        • ui_button.php
        • ui_button_group.php
        • ui_card.php
        • ui_carousel.php
        • ui_dropdown.php
        • ui_grid.php
        • ui_list_group.php
        • ui_media_object.php
        • ui_modal.php
        • ui_pagination.php
        • ui_popover.php
        • ui_progressbar.php
        • ui_tab.php
        • ui_typography.php
        • widget_basic.php
    • webroot
      • css
      • icons
      • images
      • js
      • scss
      • vendor
    • src
      • controller
        • ChrevAdminController


Theme Features -

js/deznav-init.js


var dezSettingsOptions = {
	typography: "poppins",
	version: "light",
	layout: "vertical",
	primary: "color_1",
	headerBg: "color_1",
	navheaderBg: "color_1",
	sidebarBg: "color_1",
	sidebarStyle: "full",
	sidebarPosition: "fixed",
	headerPosition: "fixed",
	containerLayout: "full",
	direction: direction
};

Color Theme -

So many color option available

  • color_1
  • color_2
  • color_3
  • color_4
  • color_5
  • color_6
  • color_7
  • color_8
  • color_9
  • color_10
  • color_11
  • color_12
  • color_13
  • color_14
var dezSettingsOptions = {
	typography: "poppins",  		More Options => ["poppins" , "roboto" , "Open Sans" , "Helventivca" ]
	version: "light",       		More Options => ["light" , "dark"]
	layout: "horizontal",   		More Options => ["horizontal" , "vertical"]
	primary: "color_11",			More Options => ["color_1," , "color_2," ..... "color_15"]
	headerBg: "color_1",			More Options => ["color_1," , "color_2," ..... "color_15"]
	navheaderBg: "color_1",			More Options => ["color_1," , "color_2," ..... "color_15"]
	sidebarBg: "color_11",			More Options => ["color_1," , "color_2," ..... "color_15"]
	sidebarStyle: "compact",		More Options => ["full" , "mini" , "compact" , "modern" , "overlay" , "icon-hover"]
	sidebarPosition: "static",		More Options => ["static" , "fixed"]
	headerPosition: "fixed",		More Options => ["static" , "fixed"]
	containerLayout: "full",		More Options => ["full" , "wide" , "wide-box"]
	direction: direction			More Options => ["ltr" , "rtl"]
};

var dezThemeSet1 = {
	typography: "poppins",
	version: "light",
	layout: "vertical",
	primary: "color_1",
	headerBg: "color_1",
	navheaderBg: "color_3",
	sidebarBg: "color_3",
	sidebarStyle: "full",
	sidebarPosition: "fixed",
	headerPosition: "fixed",
	containerLayout: "full",
	direction: direction
};

var dezThemeSet2 = {
	typography: "poppins",
	version: "dark",
	layout: "vertical",
	primary: "color_1",
	headerBg: "color_1",
	navheaderBg: "color_3",
	sidebarBg: "color_3",
	sidebarStyle: "full",
	sidebarPosition: "fixed",
	headerPosition: "fixed",
	containerLayout: "full",
	direction: direction
};

var dezThemeSet3 = {
	typography: "poppins",
	version: "light",
	layout: "horizontal",
	primary: "color_5",
	headerBg: "color_5",
	navheaderBg: "color_5",
	sidebarBg: "color_1",
	sidebarStyle: "full",
	sidebarPosition: "fixed",
	headerPosition: "fixed",
	containerLayout: "full",
	direction: direction
};

var dezThemeSet4 = {
	typography: "poppins",
	version: "light",
	layout: "vertical",
	primary: "color_8",
	headerBg: "color_8",
	navheaderBg: "color_8",
	sidebarBg: "color_1",
	sidebarStyle: "full",
	sidebarPosition: "fixed",
	headerPosition: "fixed",
	containerLayout: "full",
	direction: direction
};

var dezThemeSet5 = {
	typography: "poppins",
	version: "light",
	layout: "vertical",
	primary: "color_14",
	headerBg: "color_14",
	navheaderBg: "color_1",
	sidebarBg: "color_1",
	sidebarStyle: "compact",
	sidebarPosition: "fixed",
	headerPosition: "fixed",
	containerLayout: "full",
	direction: direction
};

var dezThemeSet6 = {
	typography: "poppins",
	version: "light",
	layout: "vertical",
	primary: "color_4",
	headerBg: "color_1",
	navheaderBg: "color_4",
	sidebarBg: "color_4",
	sidebarStyle: "compact",
	sidebarPosition: "fixed",
	headerPosition: "fixed",
	containerLayout: "full",
	direction: direction
};

Credits -



Do You Need Help To Customization

After Purchase A Template...

You Will Start Customizing According Your Requirement
BUT What If You Don't Know

SOLUTION IS HIRE DexignZone

Hire Same Team For Quality Customization

  • In Order To Ensure Your Website Is Live, We Will Customize
    The Template According To Your Requirements And Upload It to the Server.
v 1.0 - 20 November 2023
  • New - Created & Upload Chrev