Installation & Build
We have used understandable and easy-to-understand instructions to help you install Domiex - Admin & Dashboard Template in your project. Follow the below steps to get started.
1. Download the Package
- Source: Download the code from ThemeForest.
- Format: The file will be in a .zip file format.
2. Unzip the file
- Extract the contents of the downloaded .zip file to a directory on your computer. It will extract in the Domiex_v1.0.0 folder.
3. Xampp
- Make sure to have the Xampp installed & running in your computer. PHP Version 8.2 or Higher must be required for Laravel 12.
4. Install Node.js and yarn (if not already installed)
- Prerequisite: Ensure
Node.js
and npm (Node Package Manager) are installed on your system. Make sure to use node version 22.*.
- Command: If
Node.js
is not installed, download and install it from the website. npm comes bundled with Node.js.
5. Installation
yarn run build
Please run the following commands to clear all cache from the project.
php artisan optimize:clear
Starts the development server with hot reloading.
yarn run dev
The development server is accessible at http://localhost:8000. To run on other port just run command : php artisan serve --port=8001
php artisan serve
php artisan serve --port=8001