Giter VIP home page Giter VIP logo

esurat-laravel's Introduction

Cara install

versi Laravel saat ini : 5.8

requirement install laravel

  • PHP >= 7.1.3
  • BCMath PHP Extension
  • Ctype PHP Extension
  • JSON PHP Extension
  • Mbstring PHP Extension
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension

Install Git

sudo apt install git

Install composer

  • Download file instalan composer php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
  • Pengecekan file hash (opsional) php -r "if (hash_file('sha384', 'composer-setup.php') === '48e3236262b34d30969dca3c37281b3b4bbe3221bda826ac6a9a62d6444cdb0dcd0615698a5cbe587c3f0fe57a54d8f5') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
  • Jalankan instalan composer php composer-setup.php
  • Hapus file instalan composer php -r "unlink('composer-setup.php');"

Install

  • Buat root directory install laravel mkdir /var/www/html/esurat
  • Masuk ke direktori yang telah dibuat cd /var/www/html/esurat
  • Inisialisasi repository local git root directory git init
  • Tambahkan repository ini git remote add origin https://github.com/andrewyohanes123/esurat-laravel.git
  • Pull repository git pull origin master
  • Jalankan script instalasi ./install.sh

Konfigurasi

Buka file .env untuk mengkonfigurasi database aplikasi. Dokumentasi konfigurasi Laravel

Troubleshooting

Jika file install.sh tidak dapat dieksekusi maka ketikkan perintah chmod -x ./install.sh

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.