Extract contents from hotels engine and fill into a local project with MySQL developed and maintained by Mexlike.
# Install Composer dependencies.
composer install
Add your application configuration to your .env file in the root of your project:
# Database settings
DB_HOST=YOUR_DATABASE_HOST
DB_USER=YOUR_DATABASE_USER
DB_PASS=YOUR_DATABASE_PASSWORD
DB_NAME=YOUR_DATABASE_NAME
Please see the Spanish documentation.
MIT