/README-TEMPLATE-Laravel

Template for laravel project

MIT LicenseMIT

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Judul Versi PreAlpha 1.21.03.05

Keterangan Sistem yang dibuat
Explore the docs »

View Demo https://inetwork.baemon.web.id · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started

About The Project

Product Name Screen Shot

Sistem .

Built With

This section should list any major frameworks that you built your project using. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples. Tools and Framework

Library/Plugin

Getting Started

Siapkan terlebih dahulu peralatan perangnya.

Installation

  1. Clone the repo

    git clone https://github.com/godgodwinter/README-TEMPLATE-laravel.git
  2. Install menggunakan composer

    composer install
  3. Buat file .env atau copy dan edit file .env_copy kemudian sesuaikan dengan database anda

    cp .env_example .env 

    Gunakan editor kesukaan anda. Jika mengedit menggunakan nano lakukan langkah berikut:

    nano .env //ubah database user dan password database di perangkat anda
  4. jalankan server Laravel

    php artisan serve
  5. lakukan migrasi database

    php artisan migrate

    atau migrate:fresh jika ingin dari data kosong

    php artisan migrate:fresh
  6. Jika ingin menggunakan data palsu untuk testing lanjutkan langkah 6 ini

    php artisan db:seed --class=oneseeder  //untuk meload data user admin@gmail.com pass 12345678

Buka browser dan tulis alamat berikut

http://127.0.0.1:8000/

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Kukuh Setya Nugraha - @kakadlz Kukuh Setya Nugraha - @kukuh.sn

Project Link: https://github.com/godgodwinter/inetwork