Skip to main content

Customization

Landing Page Customisation

This is totally an optional part you can change this landing page as you want or you can use a different theme or HTML page for this landing page. From admin panel Landing page settings you can change the content of your landing page. For changing header color goto file <project>/public/assets/landing/css/main.css line 1401 and replace the background-color with your desired one. If you want to change the landing page just replace all the code of this file: <project>/resources/views/home.blade.php

For changing the header or footer of landing page goto this file: <project>/resources/views/layouts/landing/app.blade.php

Translate admin panel:

For translating your admin and vendor panel go to this file: resources/lang/en/messages.php and change all the value of each key( 'key'=>':variable value') . Please don't change any key or variable. A variable is word which starts with a ":", it can be placed after the value or inside a value like 'config\your\account'=>'Config your :method account', here :method is a variable and config\your\account is a key. You can change the position of variable inside a value but you can't remove it.

info

Please note: ":" after a word is not a variable like: '(Ex: Test Label)' => '(Ex: Test Label)’ here "Ex:" not a variable