Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rezapfebriyan/laravel-travel-app
Travel App using Laravel and Bootstrap from BuildWith Angga course
https://github.com/rezapfebriyan/laravel-travel-app
Last synced: 5 days ago
JSON representation
Travel App using Laravel and Bootstrap from BuildWith Angga course
- Host: GitHub
- URL: https://github.com/rezapfebriyan/laravel-travel-app
- Owner: rezapfebriyan
- Created: 2022-11-09T07:56:27.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-18T14:20:17.000Z (almost 2 years ago)
- Last Synced: 2023-02-27T14:21:51.580Z (over 1 year ago)
- Language: HTML
- Size: 13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Requirement sistem- Laravel 6.0 keatas, yang di install dan bisa running di komputer kamu. Guide install laravel ada disini (https://laravel.com/docs/6.x/installation)
- PHP 7 keatas
- MySQL
- Local server untuk running database, Misalnya MAMP, Apache atau WAMP (XAMPP untuk Windows)## Setup
- jalankan perintah 'composer install' untuk install requirement-requirement dari code di repo
- Edit .env dan buat nama database yang anda inginkan (disini saya memberikan nama dbnya "travel")
- buat database baru (terserah mau buat lewat CLI atau MySQL GUI). kosongkan saja data dan table nya karena isinya nanti tinggal anda import dari file .sql pada repo ini
- jalankan 'php artisan migrate:refresh' untuk membuat tabel-tabel yang diperlukan kedalam database
- jalankan 'php artisan serve' untuk menjalankan app
- buka http://localhost:8000 (atau sesuakian dengan port di .env)
- jika muncul website Nomads di localhost anda, berarti setup sudah berhasil