Skip to content

joseferalvarez/hotel-miranda-php

Repository files navigation

Hotel Miranda PHP

Miranda hotel website with php and blade.

Installation

  • Clone this repository.
git clone https://github.com/JoseFerAlvarez/hotel-miranda-php.git
  • Install PHP (windows).

  • Install PHP (Linux).

  • Install PHP (Arch).

    sudo pacman -Sy php
  • Install composer.

  • Install composer (Arch).

    sudo pacman -Sy composer
  • Install BladeOne.

  • Create .env with database variables in /src/db.

DB_SERVERNAME=yourserver
DB_USERNAME=youruser
DB_PASSWORD=yourpassword
DB_NAME=yourdatabase
  • Seed tables and rows from this repository.

  • Open PHP Server.

    php -S localhost:8000

Links to the Miranda's projects

Technologies used

Web View