Giter VIP home page Giter VIP logo

laravel-rebuild's Introduction

Laravel Rebuild ๐Ÿ—

This readme is written in Bahasa. English version is here.

Status
Release Latest Stable Version Total Downloads License
Code Quality Scrutinizer Code Quality codecov Code Intelligence Status
Development Build Status Maintainability Test Coverage

Deskripsi

Artisan command untuk me-rebuild aplikasi Laravel.

Motivasi

Proses rebuild aplikasi cukup memakan waktu dengan melakukan rangkaian perintah artisan seperti: clearing caches, making fresh database schema, seeding initial data, seeding dummy data (if any), importing files (if any), dsb.

Artisan command ini akan mempermudahnya.

Instalasi

  1. Jalankan perintah:

    composer require --dev bukankalengkaleng/laravel-rebuild

    Laravel v5.5 dan keatas akan otomatis meregistrasi package ini. Jika kamu menggunakan versi dibawah itu, kamu perlu melakukannya secara manual dalam file config/app.php:

    'providers' => [
        // ...
        BukanKalengKaleng\LaravelRebuild\LaravelRebuildServiceProvider::class,
    ];
  2. Pastikan aplikasi sudah bisa konek ke database

Cara Menggunakan

  1. Jalankan perintah:

    php artisan rebuild
  2. Proses rebuilding aplikasi yang akan dilakukan adalah sebagai berikut:

    • Re-create database schema
    • Seeding initial data
    • Seeding dummy data, jika ada
    • Seeding example data, jika ada
    • Cache clear
    • Config clear
    • Route clear
    • View clear
    • Flush expired passwords
    • Compiled files clear
    • Rebuild packages
    • Create symbolic link
    • Self diagnosis

Proses rebuilding diatas dapat kamu atur dalam config/rebuild.php, yang harus kamu publish dahulu dengan cara:

php artisan vendor:publish --tag="laravel-rebuild"

Screenshots

Roadmap

Untuk mengetahui rencana kedepan package ini silahkan membaca Roadmap.

Kontribusi contributions welcome

  1. Kirim PR
  2. Gak perlu baper kalo PR tertolak

Catatan Revisi

Catatan revisi dapat dilihat di Changelog ini.

Lisensi

Lisensi dari package ini adalah MIT License (MIT). Silahkan lihat bagian Lisensi ini untuk lebih jelasnya.

laravel-rebuild's People

Contributors

rkukuh 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.