Fillow
Fillow : CakePHP Saas Admin Dashboard Template
This documentation is last updated on 21 November 2023
Thank you for purchasing this CakePHP template.
Quick Start -
Requirements
CakePHP has a set of requirements in order to run smoothly in specific environment. Please see requirements section in CakePHP documentation.
Fillow 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 Fillow CakePHP integration (skeleton).
- Open in cmd or terminal app and navigate to this folder
- 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
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"
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 Fillow with this amazing PHP framework for CakePHP developers can concentrate on application and not caring much about theme-to-framework integration.
- Fillow
- templates
- element
- chatbox.php
- footer.php
- header.php
- nav-header.php
- preloader.php
- sidebar.php
- layout
- dashboard.php
- login.php
- fullwidth.php
- FillowAdmin
- add_blog.php
- add_email.php
- app_calendar.php
- app_profile.php
- blog.php
- blog_category.php
- celandar.php
- chart_chartist.php
- chart_chartjs.php
- chart_flot.php
- chart_morris.php
- chart_peity.php
- chart_sparkline.php
- contacts.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
- empty_page.php
- form_ckeditor.php
- form_element.php
- form_ckeditor.php
- form_element.php
- form_pickers.php
- form_validation.php
- form_wizard.php
- index.php
- index2.php
- kanban.php
- map_jqvmap.php
- menu1.php
- message.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
- post_details.php
- project.php
- table_bootstrap_basic.php
- table_datatable_basic.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
- widget_basic.php
- element
- webroot
- css
- icons
- images
- js
- scss
- vendor
- src
- controller
- FillowAdminController
- controller
- templates
Theme Features -
js/dlabnav-init.js
var dlabSettingsOptions = { 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" };
Color Theme -
So many color option available
var dlabSettingsOptions = { 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"] };
var dlabThemeSet1 = { typography: "poppins", version: "light", layout: "vertical", primary: "color_12", headerBg: "color_1", navheaderBg: "color_12", sidebarBg: "color_12", sidebarStyle: "full", sidebarPosition: "fixed", headerPosition: "fixed", containerLayout: "full", };
var dlabThemeSet2 = { typography: "poppins", version: "light", layout: "vertical", primary: "color_9", headerBg: "color_1", navheaderBg: "color_9", sidebarBg: "color_9", sidebarStyle: "mini", sidebarPosition: "fixed", headerPosition: "fixed", containerLayout: "full", };
var dlabThemeSet3 = { typography: "poppins", version: "light", layout: "vertical", primary: "color_6", headerBg: "color_6", navheaderBg: "color_1", sidebarBg: "color_1", sidebarStyle: "full", sidebarPosition: "fixed", headerPosition: "fixed", containerLayout: "full", };
var dlabThemeSet4 = { typography: "poppins", version: "light", layout: "horizontal", primary: "color_5", headerBg: "color_1", navheaderBg: "color_1", sidebarBg: "color_5", sidebarStyle: "full", sidebarPosition: "fixed", headerPosition: "fixed", containerLayout: "full", };
var dlabThemeSet5 = { typography: "poppins", version: "light", layout: "vertical", primary: "color_8", headerBg: "color_1", navheaderBg: "color_8", sidebarBg: "color_8", sidebarStyle: "full", sidebarPosition: "fixed", headerPosition: "fixed", containerLayout: "full", };
var dlabThemeSet6 = { typography: "poppins", version: "light", layout: "vertical", primary: "color_13", headerBg: "color_1", navheaderBg: "color_13", sidebarBg: "color_13", sidebarStyle: "compact", sidebarPosition: "fixed", headerPosition: "fixed", containerLayout: "full", };
Credits -
-
New CakePHP 5.0 Chiffon
-
amcharts
-
animate
-
apexchart
-
bootstrap
-
bootstrap4-notify
-
bootstrap-daterangepicker
-
bootstrap-material-datetimepicker
-
bootstrap-multiselect
-
bootstrap-select
-
bootstrap-tagsinput
-
bootstrap-touchspin
-
chart.js
-
chartist-plugin-tooltips
-
clockpicker
-
datatables
-
dropzone
-
fullcalendar
-
highlightjs
-
jquery
-
jquery-asColor
-
jquery-asColorPicker
-
jquery-asGradient
-
jquery-sparkline
-
jquery-steps
-
jqueryui
-
jquery-validation
-
metismenu
-
moment
-
nestable2
-
nouislider
-
perfect-scrollbar
-
pickadate
-
select2
-
summernote
-
svganimation
-
sweetalert2
Our Products -
Don’t Forget To Check Our Popular Items
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.