Install MyHospitalNow.com (patient)

Pre-Installation Requirements:

  • OS: Linux, macOS, or Windows
  • Web Server: Apache or Nginx
  • PHP 8.1+
  • MySQL 5.7+ or MariaDB
  • Composer 2.0+
  • Node.js (Optional)

Steps:

  1. Clone repo:
    git clone <repo-url>
  2. Install dependencies:
    composer install
  3. Set up environment:
    cp .env.example .env
  4. Start installer:
    http://localhost/install
  5. Run:
    php artisan serve
@csrf