Setup Essentials
Requirements for Demandium Installation
Admin (V3.7)
- PHP 8.2 or higher
- MySQL 5.7+
- Laravel 12
Mobile App (V3.7)
- IDE: Android Studio latest
- Flutter SDK (3.38.9 Stable)
- Install JDK 17
- Xcode 26.0.1 for IPA file build
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 the admin panel Landing page settings you can change the content of your landing page. For changing color and design goto file <project>/public/assets/landing/css/main.css file and add/modify with your code. 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.