Setup Codeigniter
Introduction
Please follow below steps to install and setup all prerequisites:
Prerequisites
Please follow below steps to install and setup all prerequisites:
-
Wamp OR Xampp
Make sure to have the Wamp OR Xampp server with PHP v8.0 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.
-
Composer
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.
Installation
To setup the admin theme, follow below-mentioned steps:
-
Install Prerequisites
Make sure to have all above prerequisites installed & running on your computer
After you finished with above steps, you can run the following commands into the terminal/command prompt from the root directory ( Dashonic / Admin ) 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.
|
php spark serve
|
Runs the project locally, The development server is accessible at http://localhost:8080. |
php spark serve --port 8081
|
If you wish to run the project locally on different port. The development server is accessible at http://localhost:8081. |
Tips
CSS: We suggest you to do not change any css files from the public/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.