Template documentation version 1.0
First of all, Thank you so much for purchasing this template and for being my loyal customer.
This documentation is to help you regarding each step of customization. Please go through the documentation carefully to understand how this template is made and how to edit this properly. Basic HTML and CSS knowledge is required to customize this template. You may learn basics here, here and here
Get details about Requirements, Basic Installation, Structure, Color mode, Logo, favicon and loader setup your project with easy steps.
This template have required following depandency
PHP.INI Requirements
File and folder permissions
Here is the general File structure of the template:
Steps to be follow for getting started with the template:
cd laravel
npm install
composer install
npm run dev Or npm run build Or npm run watch
cp .env.example .env
php artisan key:artisan
APP_NAME=your app name APP_ENV=production APP_KEY=your key APP_DEBUG=false APP_URL=your app url
DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=laravel DB_USERNAME=root DB_PASSWORD=
MAIL_DRIVER=your mail driver MAIL_HOST=your mail host MAIL_PORT=your mail port MAIL_USERNAME=your mail id MAIL_PASSWORD=your mail password MAIL_ENCRYPTION=your mail encryption
There are some customization like change color, logo, loader, favicon, default mode (dark or light) etc...
Here is the Change color mode Dark/Light in laravel
If you want to light mode <body> If you want to Dark mode <body class="dark">
Favicon is an icon associated with the URL that is displayed at various places, such as in a browser’s address bar or next to the site name in a bookmark list.
You can add a Favicon to your Website using the following code:
Page Loading Transitions are enabled by default. If you wish to disable the page loading transition you can simply delete below section
The Logo Container can be found in the Header Container - #header. Replace "logo.png" with your own logo image URL.
You can add/change the site font, from all fonts used from Google Web Font Services, with the one that suits you the best. You can find the font link in top of the Style.css in all HTML file. See example below:
To include new font you can simply add another link like this:
Here is the general layout structure of the template:
<!DOCTYPE html> <html lang="{{ str_replace('_', '-', app()->getLocale()) }}"> <head> <title >{{ config('app.name', 'Laravel') }}</title> @include('partials._head') </head> </html> <body class="" id="app"> @include('partials._body') <body> </html>
Here is the general CSS structure of the template:
Here is the general Javascript structure of the template:
@yield('bottom_script')
You can add this helper class to set section padding top 100px and padding bottom 100px.
Add overview-block-ptb class in section tag. See example below:
<section class="... overview-block-ptb"> [YOUR CONTENT]</section>
Note Use this helper class to maintain all page section spacing. You can also use overview-block-pt for only padding top and overview-block-pb for only padding bottom.
You can use color in the Text. simply add .main-color ( or any color you want) class where you want to use. See example below:
<div class="text-primary"> [YOUR TEXT CONTENT] </div>
Note We include 4 color helper class in our template text-gray, text-black, main-color and text-white. you can add unlimited color class according to your needs.
You can use color in the background. simply add .white-bg (or any color you want) class where you want to use. See example below:
<div class="bg-primary"> [YOUR CONTENT] </div>
Note We include 4 color helper class in our template text-gray, text-black, main-color and text-white. you can add unlimited color class according to your needs.
You can use an image in the background with parallax effect by simply adding InlineStyle in div tag and by use of this you can create your own background. See example below:
<div style="background-image:url(Path); "> [YOUR CONTENT] </div>
If your background is small and you want to use repeated background then use styling property background-repeat and set the value repeat or no-repeat. See the example below:
<div style="background-image:url(Path); background-repeat:no-repeat;"> [YOUR CONTENT] </div>
If you want to use your background like cover or cointainer. You just need to add styling property background-size and set the value cover or cointainer. see the example below:
<div style="background-image:url(Path); background-size:cover;"> [YOUR CONTENT] </div>
You can use these .mm-over-black-30, .mm-over-white-20, .mm-over-green-90 classes to any element in your HTML code to apply overlay color on any image or section. See example below:
<div class="mm-over-black-80"> [YOUR CONTENT] </div>
Structure: .mm-over-{color}-{opacity}. For Example, .mm-over-black-80
There 2 different sliders for you to be used on any page with variety of Options. List of the Sliders:
All images and videos are for preview purposes only and are not included in the download files. Images are of copyrights under Creative Commons CC0.
Code released under the themeforst Reguler License and Extended License.
For more information about copyright and license check iqonic.design.