Setup
Please follow below steps to install and setup all prerequisites:
Prerequisites
Please follow below steps to install and setup all prerequisites:
Installation
To setup the admin theme, follow below-mentioned steps:
-
Install Prerequisites
Make sure to have all above prerequisites installed & running on your computer
Now put your project file in wamp64/www/ for Wamp OR xampp/htdocs/ for Xampp server. Open your browser and run your project using localhost/yourproject.
Description |
---|
Create a new database with name dashonic-php , Then import the dashonic-php.sql file in your database using phpmyadmin.
|
Configure the Database credentials in the layouts/config.php file.
|
You can test locally check all the pages. |
Note: If you want to enable Authentication just simply remove commented code at line no 6 to 9 in the
layouts/session.php file. |
Tips
CSS: We suggest you to do not change any css files from the assets/css
folders because to get new updates will might be break your CSS changes if any you have made. We strongly suggest you to create new custom.css file and use that instead of overwrite any theme's css files.