https://github.com/donnydevanda/travelgo
[Travelgo] A travel solution that helps users to discover the beauty of Indonesia. Built using Jetstream.
https://github.com/donnydevanda/travelgo
laravel8 php
Last synced: about 2 months ago
JSON representation
[Travelgo] A travel solution that helps users to discover the beauty of Indonesia. Built using Jetstream.
- Host: GitHub
- URL: https://github.com/donnydevanda/travelgo
- Owner: donnydevanda
- Created: 2021-06-09T11:14:56.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-18T02:20:21.000Z (over 4 years ago)
- Last Synced: 2025-01-07T11:49:16.567Z (over 1 year ago)
- Topics: laravel8, php
- Language: HTML
- Homepage:
- Size: 23.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Travelgo (Laravel 8)
Travelgo is a travel solution that helps users to discover the beauty of Indonesia. Previously, this app named Travelgram was built in Laravel 7 with Bootstrap 4. You can try Travelgram through https://github.com/donnydevanda/Travelgram-Laravel.
#### Some differences between Travelgo and Travelgram:
- Using Laravel 8 Jetstream & Bootstrap 5 (Previously Laravel 7 & Bootstrap 4).
- Improve code in Blade to increase consistency.
- Model and Controller improvement to increase performance.
- Add mailer feature (tested using Mailtrap).
#### Ongoing improvement:
- More attractive package page.
- Add page to book a hotel, buy a plane ticket, rent a car, etc.
- Transaction status and history.
- Custom layout for login, register, and account management.
- Many more ...
#### Installation:
You can run Travelgo website in your local by following this step.
https://devmarketer.io/learn/setup-laravel-project-cloned-github-com/.
After following the step before you can download all image assets from https://drive.google.com/file/d/1d0zWVgzKKCMfcz_QB-A3zicWT1Begwg2/view?usp=sharing,
then extract and move all asset to 'storage > app > public', then run:
```sh
php artisan storage:link
```
This project still can work well without image assets.
#### Notes:
This project is not for commercial use. However, you can download it free and use it for your own purpose.