Miranda hotel website with php and blade.
- Clone this repository.
git clone https://github.com/JoseFerAlvarez/hotel-miranda-php.git
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
-
Link to hotel-miranda-php.
-
Link to hotel-miranda-laravel.
-
Link to hotel-miranda-design.
-
Link to hotel-miranda-dashboard.
-
Link to hotel-miranda-back.