Copyright © 2025. Eitech All Rights Reserved.
Created: 15 May 2025
By: Unifato
Email: unifato.themes@gmail.com
Thank you for purchasing our theme. Eitech- Technology And IT Solutions Services. If you have any question, please feel free to contact us.
All the file are well organized, its so easy to work with the template.
├── app │ ├── Http │ │ ├── Controllers │ │ └── Requests │ └── Providers ├── bootstrap ├── config ├── database ├── public │ └── images ├── resources │ ├── fonts │ ├── js │ ├── scss │ └── views ├── routes ├── storage ├── tests ├── .env.example ├── bun.lockb ├── composer.json ├── composer.lock ├── package-lock.json ├── package.json ├── vite.config.js └── yarn.lock
Please follow below steps to install and setup all prerequisites:
Make sure you have the Composer installed & running on your computer. If you already have installed Composer on your computer, you can skip this step.
In order to use build tools you will need to download and install Node.js. If you do not have Node.js installed already, you can get it by downloading the package installer from the official website. Please download the stable version of Node.js (LTS).
You can run the following commands to run project locally or build for production use:
You can run this app following package manager: Bun, Yarn or NPM
If you don't have bun installed on your PC, use the
npm i
-g bun
or sudo npm i -g
bun
to install
Command | Description |
---|---|
bun i |
This would install all required dependencies in node_modules folder.
|
bun dev
|
Runs the project locally, starts the development server. |
bun run build
|
It bundles with production mode. Your app is now ready to be deployed. |
If you don't have yarn installed on your PC, use the next command npm i -g yarn
or sudo npm i -g yarn
Command | Description |
---|---|
yarn |
This would install all required dependencies in node_modules folder.
|
yarn dev
|
Runs the project locally, starts the development server. |
yarn build
|
It bundles with production mode. Your app is now ready to be deployed. |
npm comes preinstalled when you install Nodejs
Command | Description |
---|---|
npm i or npm i --force |
This would install all required dependencies in
node_modules folder.
|
npm run dev
|
Runs the project locally, starts the development server. |
npm run build
|
It bundles with production mode. Your app is now ready to be deployed. |
To spin up the Laravel development server, follow the below mentioned steps in a separate terminal:
Command | Description |
---|---|
composer i |
This will install all required dependencies in
vendor folder.
|
cp .env.example .env
|
This will copy .env.example as .env file. |
php artisan key:generate
|
This will generate a unique key and write it in your .env file |
php artisan migrate |
This will execute all pending migrations to database. |
php artisan serve |
Runs the project locally, starts the development server on http://127.0.0.1:8000. |
Thank you for reading the documentaion. If you still have any question or any problem, please contact with us. We will give you best support. Thanks.
Unifato