favicon Mediplace

  • MediplaceGetting Started
    • What's Included
  • MediplaceInstallation
    • How to Install Mediplace ??
    • Installation
  • Default Layouts
    • Home Pages
  • Customize Layouts
    • Header
    • Footer
  • Email Config
    • Get Mail Info
    • Set Mail Info
  • briefcaseApplication Structures
  • Debugging
  • Sources and Credits
  • Change Log
  • Support

Mediplace Documentation


Welcome to Mediplace ! 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

Mediplace is faster loading speed. Mediplace 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

Mediplace is a modern, unique, and clean fully responsive Laravel template designed specifically for healthcare websites. It is an ideal solution for doctors, hospitals, medical centers, health clinics, and healthcare organizations that want to build a professional and trustworthy online presence.

Mediplace provides a highly flexible and easily customizable system 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 12 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, Mediplace empowers you to build a professional multipurpose platform with confidence.

Mediplace Core Features

  • Built with Laravel 12
  • 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 Mediplace template on themeforest.net with your Envato account, go to your Download page. You can choose to download Mediplace template only or the entire Mediplace template package which contains the following files:

  1. Mediplace template: A .zip file with all .blade.php files with all necessary assets.
  2. Documentation: An index.html format documentation.

How to Install Laravel 12 Mediplace Templates

You can install and run the Mediplace template on a local server or a live hosting environment. The installation process is straightforward and can be completed in a few simple steps. Follow the instructions below to get your Mediplace template up and running in no time!

Installation: Setup Your Environment

Local Server
1.1 Local Server

To Get your development environment ready on your local machine.

Live Server
or 1.2 Live Server

To Setup and deploy your project on a real-time hosting environment.

1.1 | Local Server - 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/Mediplace/)
  • Open your Command Prompt (CMD) or Terminal
  • Navigate to your project folder using the following command:
cd C:\xampp\htdocs\Mediplace
Step IV. Run the following command to install dependencies:
composer i
Step V. Run the following command to setup the project:
php artisan setup
step VI. If it's local server,it's accessible at http://localhost:8000 after run this commend in your terminal:
php artisan serve

1.2 | Live Server - 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

Enable PHP Extensions & PHP Version

Get Database Credential

 
File Upload into your Cpanel

Installation

Step I. Run the following command to go to the project path. Paste [Ctrl + Shift + V] in terminal:
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. Now visit your domain to see the live preview ex: http://yourdomain.com

Install Useing Command Line Interface

Home Pages

Welcome to Mediplace Home Pages Elements! Mediplace includes 7 different Home styles. You can easily switch between them from the Admin Panel.

How to change default home page?

Go to item>routes>web.php. From the file (index 1 to index 6), choose the style you want. And Check your web to see the full live view.

All Home Pages Preview

If you want to activate the previewed home page, simply Activate like this. The selected home page will be applied instantly as the default.

Activate Home Page Home Page Activated

Header Configuration

Welcome to Mediplace Header Elements! Mediplace includes 3 different header styles.

Available Header Styles

To change the header style, navigate to resources/views/layouts/default.blade.php and modify the header component reference.

How to Change Headers:

Replace the existing header component with your preferred style:

<x-headers.header1 />  <!-- Header Style 1 -->
<x-headers.header2 />  <!-- Header Style 2 -->
<x-headers.header3 />  <!-- Header Style 3 (Default) -->
Note: Simply replace <x-headers.header3 /> with any available header variant (e.g., <x-headers.header1 /> or <x-headers.header2 />).
Header Style Preview

Footer Configuration

Welcome to Mediplace Footer — You can choose from 3 different footer styles and customize them easily to fit your website design.

Available Footer Styles

To change the footer style, navigate to resources/views/layouts/default.blade.php and modify the footer component reference.

How to Change Footers:

Replace the existing footer component with your preferred style:

<x-footers.footer1 />  <!-- Footer Style 1 -->
<x-footers.footer2 />  <!-- Footer Style 2 -->
<x-footers.footer3 />  <!-- Footer Style 3 (Default) -->
Note: Simply replace <x-footers.footer3 /> with any available footer variant (e.g., <x-footers.footer1 /> or <x-footers.footer2 />).
Footer Style Preview

Email Configuration Settings

Welcome to Contact Form Settings. We have added an attractive and fully functional contact form. You need to update the recipient name and email address.

Get Mail Information

Step 1: Log in to cPanel
  1. Use the login link, username, and password provided by your hosting provider.
Step 2: Find the "Email Accounts" Option
  1. Inside cPanel, scroll to the "Email" section.
  2. Click on "Email Accounts".
cPanel Email Accounts
Step 3: Create a New Email Account
  1. Click the "Create" button.
  2. Fill in the account name, domain, and password.
  3. Click "Create" to finalize.
Create Email Account
Step 4: Go Back To Email Accounts
  1. Click the "Connect Device" button to view configuration.
Connect Device
Step 5: Collect Mail Details
  1. App Mail Address: Your newly created email.
  2. SMTP Password: Same as account password.
  3. SMTP Host Name: Outgoing mail server.
  4. SMTP Port: Outgoing server port.
  5. Encryption: SSL or TLS.
SMTP Settings

Now set mail information

You can change the recipient name and email address in the public/assets/inc/.env file.

.env File

Mediplace

Debugging Application

Debugging mood turn ON/OFF

Remember to turn it off once debugging is complete, as keeping it on in production may affect performance or risks.

Telescope Debugging

Sources & Credits

We've used the following fonts, free icons, and plugins as listed below.

Google Fonts Google Fonts Feathericons Fontawesome Icon Feathericons Feathericons Icon Fonts Swiperjs Swiperjs Slider Magnific Popup Magnific Popup Animate.css Animate.css jQuery jQuery Waypoints Waypoints JS Isotope Isotope Odometer Odometer Counter Up laravel Laravel Easypie Easy Pie Chart Bootstrap Select Bootstrap Select Bootstrap Select SweetAlert2 Bootstrap Select wowjs Masonry Masonry Activation

Change Log #

Our team continuously improves the product with new features, bug fixes, and enhancements. We recommend reading the changelog for each update.

Version 1.0.0

15 July 2026
  • Release Initial Mediplace Release 15 July 2026

Support

Thank you for purchasing our template. If you have any questions beyond the scope of this help file,
please feel free to open a ticket at our Support Forum.

Still stuck?

Need help? Reach out to us via email.
How can we help?

Enjoying the product?

If you like our template,
Please Rate Us

PRINT
Purchase Now

If you need the template customization or custom development services please contact us.

Email Email Us

If you like our template, please rate us at Envato. We will be very grateful to you.

Rate Rate Us