Jano - Creative Multipurpose Laravel 11 Template v1.1

Thank you


First of all, thank you for purchasing the Jano Laravel 11 Template. You can find the detailed information about the template in this document. If there is anything you cannot find in this document, you can send an e-mail via the profile page.

Jano In A Brief

Jano is a multi-purpose, powerful, beautiful and high-performance website template which is Designed for Business and Corporate websites.
In download folder you will find Three folder:


Remember, when you want to use the shortcode/element in any pages you need to adjust the section spacing by giving margin or padding. Don't get panic if you messed up anything when you edit the template. We are always available to support our customer.
You can contact our developer directly by email or in Upwork.

1Installation

Follow the steps below to setup your site template:

  1. Unzip the downloaded package and open the Template folder to find all the template files. You wil get Jano folder in there. You need to upload this folder to your hosting web server using FTP or cPanel in order to use it on your website after following the below steps.
    • Requirements
      • PHP >=8.2
      • MySQL 8.0+
      • PHP Extensions ( Ctype, cURL, DOM, Fileinfo, Filter, Hash, Mbstring, OpenSSL, PCRE, PDO, Session, Tokenizer, XML)
      • Composer
    • Run the below commands from the Jano folder
      • composer install
      • php artisan key:generate
      • php artisan optimize:clear
      • php artisan serve It will run the project at http://localhost:8000
  2. You need to upload all or specific files and folders to run this project on your server.
  3. And now you are ready to go to generate your website with this awesome template.

2Layout Structure

We are used Blade files and components in this template.
The general template structure is the same throughout the template. Here is the general structure.

Master layout
Directory Structure

The code block above is powered by SyntaxHighlighter.

3Favicon Settings

Favicon Will be found in head section in the /resources/views/components/head.blade.php file.

        
        <link rel="icon" type="image/png" sizes="56x56" href="{{ asset('assets/images/fav-icon/icon.png')}}">
        

4Logo Settings

The Logo will be found in the Theme Main Menu section in the /resources/views/components/headers/menu1.blade.php file.

        <div class="logo order-lg-0"><a href="index" class="d-block"><img src="{{ asset('assets/images/logo/logo_04.png') }}" alt="" width="95"></a></div>
        

You can replace any .jpg .png .svg logo. And set the width according to your logo size.

5Fonts Settings

In Jano we use gordita and recoleta font.
You can change both fonts form public/assets/css/style.css file:

            @import url('../fonts/gordita/stylesheet.css');
            @import url('../fonts/recoleta/stylesheet.css');
        

6CSS Structure

The style.css file contains all of the specific stylings for the page. The file is separated into sections using:

7JavaScripts

8Credits

9Changelog:

Dates are formatted in dd/mm/yy
                ----- (10/08/2024) ------
                - Added Figma File
                ________________________________
                ----- (17/07/2024) ------
                - First Published