TransHub Documentation 
Welcome to TransHub ! Get familiar with the Stripe products and explore their features:
Working with Doc
You can any work by following our docs
Formatting Content
Our content is more formating for your website
Perfect Responsive
Our Template is full Perfect for all device. You can visit our template all device easily.
Customizable & Flexible
This template is fully customizable and flexible, making it easy to adjust styles as you need.
Fast Loading Speed
TransHub is faster loading speed. TransHub create your template so much faster
Dedicated Support
Get quick assistance from our team, available Sat–Thu, 8:00 AM – 9:00 PM (GMT+6).
Documentation Overview
Welcome to TransHub! A modern, clean, and fully responsive Laravel 12 CMS crafted specifically for logistics, transport, and courier service businesses.
TransHub provides a highly flexible and easily customizable system to manage logistics operations with efficiency. It includes 25+ pre-built, ready-to-use page templates designed for an exceptional user experience across all devices — desktop, tablet, and mobile.
Built following the latest Laravel best practices, the codebase is structured, readable, and professionally commented — ensuring effortless customization and scalability. Whether you’re a developer or a non-technical user, TransHub empowers you to build a professional logistics platform with confidence.
TransHub Core Features
- Built with Laravel 12.x
- Built with Bootstrap v5.0.2
- Responsive layout (desktops, tablets, mobile devices)
- HTML5 & CSS3
- Well structured code
- Hinted Typography
- customizable Available
- W3C Valid 100%
- Fast Loading Speed
- Cross Browser Support
- Dedicated Support, Lifetime Updates
- And much more…
What's Included
After purchasing TransHub template on themeforest.net with your Envato account, go to your Download page. You can choose to download TransHub template only or the entire TransHub template package which contains the following files:
- TransHub template: A .zip file with all .blade.php files with all necessary assets.
- Documentation: An index.html format documentation.
- Licensing.
How to Install Laravel 12x TransHub Templates
You can install and run the TransHub template by CLI Base Installation. We recommend using the CLI Base Installation method for better performance and control.
1 | Before Installation: Preparing Your Environment
1.1 |
- Preparing Local Server :
(if you want to test locally)
If you’d like to set up and preview the project on your local computer, follow these simple steps below to create a local development environment before proceeding with the main installation.
Step I – Install a Local Server (XAMPP / WAMP / Laragon)
We recommend XAMPP for a quick and easy setup.
- Download XAMPP from apachefriends.org
- Install it and ensure it includes PHP 8.2 or higher
- Start Apache and MySQL services from the XAMPP control panel
- Verify PHP version by running the following command in your terminal:
php --version
If the version displayed is 8.2 or higher, you’re good to go!
Step II – Install Composer (PHP Dependency Manager)
Make sure Composer is installed on your system. Run this command to check:
composer --version
If you see a version number, Composer is already installed. Otherwise, download and install it from getcomposer.org/download.
Step III – Unzip Your Downloaded File
- Extract the Envato downloaded ZIP file to your preferred directory (e.g.,
htdocs/TransHub/) - Open your Command Prompt (CMD) or Terminal
- Navigate to your project folder using the following command:
cd C:\xampp\htdocs\TransHub
Step IV – Start the Development Server
You can now proceed with the project setup using either of the following methods:
1.2 |
- Preparing Live Server :
(if you want to setup live server)
Watch the Installation tutorial
Click play to view the latest video from the playlist.
Enable Those PHP Extensions & Also PHP & Composer Version
- PHP >= 8.2.0
- OpenSSL
- Mbstring
- Composer Version >= 2.2
- PDO
- Tokenizer
- XML
- JSON
- BCMath
- cURL
- ZIP
- Ctype
2 | Project Installation
Step I. Run the following command to go to the project path. Paste [Ctrl + Shift + V] in terminal:
! Ignore this step if you are in local server open terminal in project
root
cd public_html
Step II. Run the following command to install dependencies . Paste [Ctrl + Shift + V] in terminal:
composer i
Step III. Run the following command to setup the project . Paste [Ctrl + Shift + V] in terminal:
php artisan setup
step IV. If it's local server,it's accessible at
http://localhost:8000 after run this commend in your terminal:
! Ignore this step if you are in live serer
php artisan serve