Fluxtech Web Documentation

Version: 1.0.0 | Compatible: PHP 8.x | Laravel: 12.x | Bootstrap: 5.x

1. Introduction

Fluxtech Web is a modern PHP (Laravel) built with Bootstrap 5, Javascript, designed to provide [your plugin/theme main feature]. It is fully responsive, lightweight, and easy to customize.

Key Features:
  • - Fully responsive layout using Bootstrap 5
  • - Multilingual website
  • - User-friendly admin panel
  • - Customizable components and styles
  • - SEO friendly
  • - Lightweight and fast

2. Installation

Requirements:

Before installing our script, ensure that your server meets the following requirements:

  • - Apache, nginx, or another compatible web server
  • - PHP >= 8.2 or higher
  • - MySQL Database serve
  • - Composer 2.x installed
  • - Node.js & npm (optional, for compiling assets)
  • - PDO PHP extension
  • - OpenSSL PHP extension
  • - mbstring PHP extension
  • - exif PHP extension
  • - fileinfo PHP extension
  • - xml PHP extension
  • - Tokenizer PHP extension
  • - cURL PHP extension
  • - zip PHP extension
  • - iconv PHP extension
Steps:
  1. Clone or download the project from CodeCanyon (.zip).
  2. Copy .env.example to .env:
    cp .env.example .env
  3. Edit the .env file and set your database credentials, app URL, and other environment variables:
    
    APP_NAME=/*Your App name*/
    APP_ENV=local
    APP_KEY=
    APP_DEBUG=true
    APP_URL=http://localhost
    
    DB_CONNECTION=mysql
    DB_HOST=127.0.0.1
    DB_PORT=3306
    DB_DATABASE=/*Your DATABASE*/
    DB_USERNAME=/*Your USERNAME*/
    DB_PASSWORD=/*Your PASSWORD*/
    
  4. Install PHP dependencies via Composer:
    composer install
  5. Generate the application key:
    php artisan key:generate
  6. Run database migrations:
    php artisan migrate
  7. Seed the database with the default admin user:
    php artisan db:seed
  8. Optionally, install frontend dependencies and compile assets:
    
    npm install
    npm run dev
    
  9. Start the local development server:
    php artisan serve
    Then open your browser at http://localhost:8000.

3. Configuration

Navigate to Admin → System Settings to configure.

  • Menu webiste: System Settings → Setting General
  • Languages: System Settings → Languages
  • Translates: System Settings → Translates

4. Plugins

Manage theme plugins such as: Activate and Remove.
  1. Go to Admin → Plugins.
  2. Click Get API packgage to download the latest plugins for the theme.
  3. Click Activate to install the plugin.
  4. Click Remove to uninstall the plugin.

5. Changelog

  • 1.0.0 – 2025-09-20: Initial release. Fully responsive layout with Bootstrap 5

6. Support

If you encounter any issues, contact us via: