HotelPoint is a responsive, user-friendly and easy hotel listing directory. An agent (user) can register here free, purchase a hotel listing package and add his hotel. Admin also can add his own hotel in this script and if wants can stop the other agents adding their listing.
This CMS is developed using the popular PHP framework, Laravel. So, it can easily be customized by other programmers. Developers will be able to understand the source code easily and can modify the database and files if needed.
The source code of this script is very easy and clean. The interface is user-friendly. Non-technical users can modify every contents, photos etc.
This CMS script has the following features:
Following modules must be activated on your server:
In order to install the CMS, please follow these steps:
In order to login to the admin panel, go to the url below:
http://www.yourwebsite.com/admin
Here "yourwebsite" is your main domain name. Just after your main url, you have to put "admin" and that's it.
Default Admin Login Credentials are:
Email: admin@gmail.com
Password: 1234
In order to login to the user or customer panel, go to the url below:
http://www.yourwebsite.com/customer/login
Here "yourwebsite" is your main domain name. Just after your main url, you have to put "customer/login" and that's it.
Default Customer Login Credentials are:
Email: user@gmail.com
Password: 1234
This is the very first step for you before starting anything with this script. If you want to use the script from scratch and delete all the existing photos and database, use the "Clear Database" option from the admin panel.
You can edit your PayPal environment and keys, Stripe keys from the admin panel.
In below, I am going to tell you how to create client ID and Secret Key for PayPal.
To work with the forms with captcha properly, you have to setup the site key for the forms. Follow these steps:
In order to change the profile information like admin login email, admin login password and other information, go to top right corner. Click on the photo and go to Change Profile, Change Password, Change Photo,Change Banner section.
You will get all the details about an update in this section:
Overall Changes:
- FIXED: Amenities number showing bug in front end pricing page
Changed Files:
- resources/views/front/pricing.blade.php
Overall Changes:
- FIXED: Send message bug in hotel detail page
Changed Files:
- app/Http/Controllers/Front/HotelController.php
- app/Mail/HotelPageMessage.php
- app/Mail/HotelPageReport.php
Overall Changes:
- Made some fields nullable so that admin can get flexibility to make some fields blank.
Changed Files:
- hotelpoint/cms/resources/views/admin/login.blade.php
- hotelpoint/cms/resources/views/admin/forget_password.blade.php
- hotelpoint/cms/resources/views/admin/reset_password.blade.php
- hotelpoint/cms/public/backend/css/style.css
Changed Database table structure:
- Changed all the table fields nullable for these tables (except the primary key):
> general_settings
> page_about_items
> page_blog_items
> page_contact_items
> page_faq_items
> page_hotel_category_items
> page_hotel_items
> page_hotel_location_items
> page_other_items
> page_pricing_items
> page_privacy_items
> page_term_items
> reviews
> social_media_items
> testimonials
> users
> packages
> package_purchases
> hotels
> hotel_additional_features
> hotel_categories
> hotel_locations
> hotel_photos
> hotel_rooms
> hotel_social_items
> hotel_videos
> home_advertisements
> faqs
> email_templates
> dynamic_pages
> currencies
> comments
> categories
> blogs
> amenities
> admins
Overall Changes:
- Initial Release
Contact us via email:
phpscriptpoint@gmail.com