Eitech- Technology And IT Solutions Services

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.

Main File Structure

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
          
          

Prerequisites

Please follow below steps to install and setup all prerequisites:

  • PHP >= 8.2
  • BCMath PHP Extension
  • Ctype PHP Extension
  • Fileinfo PHP extension
  • JSON PHP Extension
  • Mbstring PHP Extension
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension
  • Composer

    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.

  • Node.js

    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).

Installation

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

1. Bun

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.
2. Yarn

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.
3. NPM

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.

Sources & Credits

Supports

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