Giter VIP home page Giter VIP logo

web-pemilos's Introduction

Laralos

Laravel for pemilos

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.

License

The Laravel framework is open-sourced software licensed under the MIT license.

Preview Laralos

How To Install and Run laravel sail?

!important!

Installation

  1. Dipastikan connect dengan internet

  2. Os base on linux atau Windows WSL

  3. Install git & composer

  4. Download sc ini menggunakan command

    git clone https://github.com/adzkyyy/web-pemilos.git 
  5. Enable atau install extension php yang dibutuhkan untuk composer

  6. Install docker & docker-compose, untuk windows menggunakan docker desktop

  7. Pastikan untuk setup grup docker pada user

    sudo usermod -aG docker $USER
  8. Install dependencies

    cd web-pemilos && composer install
  9. Membuat alias path untuk binary sail

    echo "alias sail='vendor/bin/sail'" > ~/.bash_aliases && source ~/.bash_aliases
  10. Copy file .env.example menjadi .env untuk settingan konfigurasi, lalu untuk database diubah menjadi

    DB_CONNECTION=mysql
    DB_HOST=mysql
    DB_PORT=3306
    DB_DATABASE=web_pemilos
    DB_USERNAME=sail
    DB_PASSWORD=password

Running

  1. Dipastikan untuk connect ke internet untuk menginstall image dari registry

  2. Masuk ke directory web-laravel dan ketik command

    sail up -d 
  3. Generate key

    sail php artisan key:generate
  4. Migration database

    sail php artisan migrate:fresh --seed
  5. Aplikasi pemilos bisa dibuka pada http://localhost

TERIMA KASIH

Created by Muhammad Zaky Adzkiya and Sabrina Aska Amalina

web-pemilos's People

Contributors

adzkyyy avatar sabrinaskaa avatar

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.