W3CRM CakePHP Customer Relationship Management

W3CRM CakePHP Customer Relationship Management

W3CRM

W3CRM CakePHP Customer Relationship Management

This documentation is last updated on 28 Octobert 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.

W3CRM 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 W3CRM 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.html

Sass Compile -

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

Overview -

We Have Converted All W3crm 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 W3CRM with this amazing PHP framework for CakePHP developers can concentrate on application and not caring much about theme-to-framework integration.


  • W3CRM
    • templates
      • element
        • chatbox.php
        • footer.php
        • header.php
        • nav-header.php
        • preloader.php
        • sidebar.php
      • layout
        • dashboard.php
        • login.php
        • fullwidth.php
      • W3crmAdmin
        • add_blog.php
        • add_email.php
        • add_role.php
        • app_calendar.php
        • app_profile1.php
        • app_profile2.php
        • auto_write.php
        • blog.php
        • blog_category.php
        • blog1.php
        • chart_chartist.php
        • chart_chartjs.php
        • chart_flot.php
        • chart_morris.php
        • chart_peity.php
        • chart_sparkline.php
        • chat.php
        • chatbot.php
        • contacts.php
        • content.php
        • content_add.php
        • core_hr.php
        • customer.php
        • customer_profile.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
        • employee.php
        • empty_page.php
        • finance.php
        • fine_tune_models.php
        • form_ckeditor.php
        • form_element.php
        • form_pickers.php
        • form_validation.php
        • form_wizard.php
        • import.php
        • index.php
        • index2.php
        • manage_client.php
        • map_jqvmap.php
        • menu.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
        • performance.php
        • post_details.php
        • project.php
        • prompt.php
        • reports.php
        • repurpose.php
        • rss.php
        • scheduled.php
        • setting.php
        • svg_icon.php
        • table_bootstrap_basic.php
        • table_datatable_basic.php
        • task.php
        • task_summary.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_modal.php
        • ui_pagination.php
        • ui_popover.php
        • ui_progressbar.php
        • ui_tab.php
        • ui_typography.php
        • user.php
        • user_roles.php
        • widget_basic.php
    • webroot
      • css
      • icons
      • images
      • js
      • scss
      • vendor

Theme Features -

js/deznav-init.js


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

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
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"]
	direction: direction			More Options => ["ltr"]
};

Our Products -

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

  • We Will Customize Template According To Your Requirement
  • We Will Upload On Server And Make Sure Your Website is Live

Version History - #back to top

v1.0 - 28 Octobert 2023

  • New - Created & Upload W3CRM