Installation Guide
instalaltion
instalaltion_2
instalaltion_3

Introduction

  • Manage projects, allocate resources, and monitor progress in real time with our intuitive Project Management System (PMS).
  • Built on Laravel 11, PHP 8.3.6, and MySQL 8.3.0.
  • Login credentials:
    superadmin@admin.com / superadmin123456
    admin@admin.com / admin123456
    user@admin.com / user123456
    (Please change passwords after installation)
  • HelpDesk
  • Video Documentation

Changelog

  • Release application: 2.1.0

Installation

  • Upload pms_2.1.0.zip to your server and unzip it, then install Composer: Download
  • Install your local DB server (WAMP/LAMP/XAMPP) on your server and follow the installation process provided by the DB vendor.
  • Import pms_market.sql using DB credentials from the .env file (see DB & Email Configuration).
  • Open in browser: http://example.com and you will get the installation page where fill up the DB_CONNECTION, DB_HOST, DB_PORT, DB_DATABASE, DB_USERNAME and DB_PASSWORD, then after step 3 you will reach the Dashboard page.
  • For help: HelpDesk

Server Requirements

  • PHP >= 8.2.0
  • cURL, OpenSSL, ZIP, PDO, XML, JSON, DOM, Mbstring extensions

Purchase Code - License

  • Enter your purchase code under Settings → General

One license = one client/domain. For more, purchase additional licenses.

Site & DB & Email Configuration

  • Update .env with your App settings:
APP_NAME=PMS
APP_ENV=local
APP_KEY=base64:xxxxx
APP_DEBUG=true
APP_TIMEZONE=UTC
APP_URL=http://localhost
  • Update DB credentials:
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=
DB_USERNAME=
  • Update mail configuration:
MAIL_MAILER=log
MAIL_HOST=127.0.0.1
MAIL_PORT=2525
MAIL_USERNAME=
MAIL_PASSWORD=
MAIL_ENCRYPTION=yes/null
MAIL_FROM_ADDRESS="hello@example.com"
MAIL_FROM_NAME="${APP_NAME}"

Developer Guide

  • Available artisan commands:
Cache Clear | Config Clear | Composer Dump-Autoload | Route Clear

Setting

  • Customize preferences, roles, permissions, company details, commands & notifications.

Documentation & Resources