Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:
- Simple, fast routing engine.
- Powerful dependency injection container.
- Multiple back-ends for session and cache storage.
- Expressive, intuitive database ORM.
- Database agnostic schema migrations.
- Robust background job processing.
- Real-time event broadcasting.
Laravel is accessible, powerful, and provides tools required for large, robust applications.
This project using laravel version 8 and php 8
- Download PHP https://www.php.net/downloads.php recommended version 8.0.0 or newer
- Download composer https://getcomposer.org/
- Download yarn https://classic.yarnpkg.com/en/
- Check if success install PHP and composer
php --versioncomposer --versionyarn --version- Clone with
sshgit@github.com:luthfyhakim/tourism-app.git
- Clone with
httpshttps://github.com/luthfyhakim/tourism-app.git
switch to the repo folder
cd tourism-appcomposer installyarn install && yarn devPada file .env.example rename menjadi .env kemudian jalankan perintah:
php artisan key:generate- Create database : tourism_app
- Kemudian migrate model table :
php artisan migrateDefaut host port running dev http://localhost:8000
php artisan serve