Getting Started
![]()
Setup Skote Codeigniter
Skote – Codeigniter is a fully featured premium admin dashboard template built with Bootstrap 5.3.3 and Codeigniter 4.4.
Prerequisites:
Please follow the below steps to install and setup all prerequisites:
-
Server Requirements
Please check the Server Requirements from the below link.
https://codeigniter.com/user_guide/intro/requirements.html -
Composer
Make sure to have the Composer 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 the above steps, you can run the following commands into the terminal/command prompt from the root directory (skote_*/HTML/ ) of the project to run the project locally or build for production use:
This would install all the required packages in
the vendor folder.
If you getting any error when running composer install command, don't
worry please continue with : composer update
composer install
composer update
This will migrate the database tables. For more details visit https://codeigniter.com/user_guide/dbmgmt/migration.html?highlight=migrate
php spark migrate
The development server is accessible at http://localhost:8080.
php spark serve
To run on other port just run command. The development server is accessible at http://localhost:8081.
php spark serve --port=8081
![]()
Setup Skote PHP
Skote – PHP is a fully featured premium admin dashboard template built with Bootstrap 5.3.3 and PHP 8.2.
Prerequisites:
Please follow the below steps to install and setup all prerequisites:
-
PHP 8.0
Make sure to have the PHP-8.0 or latest version installed & running on your computer. If you already have installed PHP on your computer, you can skip this step.
-
Xampp
Make sure to have the the latest version of xampp installed & running in your computer. If you already have installed Xampp 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 the above steps, you can run the following commands into the terminal/command prompt from the root directory (skote_*/HTML/ ) of the project to run the project locally or build for production use:
| Description |
|---|
Create a new database with name skote_php. Then import the skote_php.sql file in your database.
|
Configure the Database credentials in the config.php file.
|
| You can test locally with signup as a new user to check all the pages. |
![]()
Setup Skote Ajax
Skote – Ajax is a fully featured premium admin dashboard template built with Bootstrap 5.3.3 and Ajax.
Prerequisites:
Please follow the below steps to install and setup all prerequisites:
-
Server Requirements
Need WAMP or LAMP or XAMPP or NGINX or Apache setup on your server or machine.