Arcix Laravel Documentation 1.0.0

Thank you very much for your purchase!

If you have any questions that are beyond the scope of this documentation, please feel free to email or contact us via our Support mail : Support

Introduction

Arcix is the new outstanding, extremely modern Laravel Template designed for architecture companies. It is also perfectly suitable for industrial sites, mechanical, engineering, chemical industry, construction companies, steel factories, electricians, plumbing industries, and a wide range of industrial and corporate sectors including Factory, Industrial, Construction, Commodity Business, Power, Rail, Airplane, Ship, Oil & Gas, and Petroleum websites. Built on Laravel, this template provides a solid and scalable foundation for your next project. It comes with a creative layout featuring 02 homepage designs, is fully responsive, and includes 15+ validated Laravel blade files for powerful dynamic content integration. The design maintains an elegant and modern aesthetic, and is extremely easy to customize thanks to its 1170px grid structure. We believe you’ll be pleased with the flexibility and performance Arcix Laravel offers for your industry-specific web solutions.

Installation

To setup the theme, follow below-mentioned steps

  • Install Server (Recommended PHP version: >8.2)
    • Make sure to have the Xampp/WampServer/Lampp installed & running in your computer. If you already have installed server on your computer, you can skip this step if your existing Laravel 11 version is greater than >8.2.

  • Install Composer (Recommended version: >= 2.2)
    • Make sure to have the composer installed & running in your computer. If you already have installed server on your computer, you can skip this step.
  • This would install all the required packages in the vendor folder.
      composer i
      or
      composer install
  • 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
  • Editing Arcix Template
    • Before all that you have to edit your template and place your own contents by replacing old demo contents, in this case, you will need a code editor such as – VScode, Sublime Text etc.

File Structure

├──  Arcix /
│   ├──  app/
│   ├──  bootstrap/
│   ├──  config/
│   ├──  database/
│   ├──  public/
│   │   ├──  assets/
│   │   ├──  css/
│   │   ├──  fonts/
│   │   ├──  images/
│   │   ├──  inc/
│   │   ├──  js/
│   ├──  resources/
│   │   ├──  views/
│   │   │   ├──  components/
│   │   │   ├──  home/
│   │   │   ├──  layouts/
│   │   │   ├──  news/
│   │   │   ├──  pages/
│   │   │   ├──  portfolio/
│   ├──  routes/
│   ├──  storage/
│   ├──  tests/
│   ├──  .editorconfig
│   ├──  .env
│   ├──  .env.example
│   ├──  .gitattributes
│   ├──  .gitignore
│   ├──  artisan
│   ├──  composer.json
│   ├──  composer.lock
│   ├──  package.json
│   ├──  phpunit.xml
│   ├──  README.md
│   ├──  vite.config.js
├──  Documentation
    └── index.html - Index file for documentation.

PHP Structure

                                
@extends('layouts.layout')

@php
     $title='About Us';
     $subTitle='About Us';
@endphp

@section('content')

    <section class="experience-section">
        .....   .....   .....   .....   .....   .....
    </section>

    <!-- Mission -->
    <section class="mission-section style-two pt-0">
        .....   .....   .....   .....   .....   .....
    </section>

    <!-- About Section three -->
    <section class="about-section-three" style="background-image: url('{{ asset('assets/images/background/bg-8.jpg') }}')">
        .....   .....   .....   .....   .....   .....
    </section>

    <!-- Our Team Section -->
    <section class="team-section">
        .....   .....   .....   .....   .....   .....
    </section>

    <!-- Working Process -->
    <section class="working-process-section">
        .....   .....   .....   .....   .....   .....
    </section>

    <!-- Sponsors section -->
    <section class="sponsors-section style-two">
        .....   .....   .....   .....   .....   .....
    </section>

@endsection
                            

CSS

Arcix Built with latest version of CSS3.

File Name Details
css/animate.css animate CSS
css/bootstrap.css bootstrap CSS
css/color.css color CSS
css/custom-animate.css elpath CSS
css/eleganticons.css flaticon CSS
css/flaticon.css font-awesome-all
css/jquery.fancybox.min.css odometer Css
css/nice-select.css owl Css
css/style.css Style Css
css/swiper.min.css Style Css

Javascript

Arcix Built with Javascript

File Name Details
js/appear.js Appear js
js/bootstrap.min.js bootstrap min Js
js/isotope.js isotope js
js/jquery.ajaxchimp.min.js jquery ajaxchimp js
js/jquery.fancybox.js jquery fancybox js
js/jquery.mCustomScrollbar.concat.min.js jquery mCustomScrollbar concat js
js/jquery.nice-select.min.js jquery nice select min js
js/knob.js knob js
js/'owl'.js owl
js/script.js script

Credit & Resources

We have used the following plugins.

Support

Thank you for become a part of us. If you have any query, suggestion and complain. Contact us anytime. If you have any questions that are beyond the scope of this documentation, please feel free to email us via our Support mail : Support

Changelog

1.0.0 - 27th May 2025

General

Initial Released

© 2025 Arcix