Skip to content

joseferalvarez/hotel-miranda-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1e3ce34 · Jan 25, 2023

History

13 Commits
Jan 25, 2023
Jan 25, 2023
Jan 17, 2023
Jan 25, 2023
Jan 17, 2023
Jan 25, 2023
Jan 16, 2023
Jan 25, 2023
Jan 17, 2023
Jan 17, 2023
Jan 25, 2023
Jan 18, 2023
Jan 25, 2023
Jan 17, 2023
Jan 17, 2023
Jan 18, 2023

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