Skip to content

Repository files navigation

Build Status Total Downloads Latest Stable Version License

About Laravel

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:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

INSTALLATION APP

This project using laravel version 8 and php 8

1. Install PHP, Composer, and Yarn

php --version
composer --version
yarn --version

2. Clone Repository

  • Clone with ssh
    git@github.com:luthfyhakim/tourism-app.git
  • Clone with https
    https://github.com/luthfyhakim/tourism-app.git

switch to the repo folder

cd tourism-app

3. Install Dependency

composer install
yarn install && yarn dev

4. Configure .env

Pada file .env.example rename menjadi .env kemudian jalankan perintah:

php artisan key:generate

5. Create Database and Migrations

  • Create database : tourism_app
  • Kemudian migrate model table :
php artisan migrate

6. Running App

Defaut host port running dev http://localhost:8000

php artisan serve

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages