WIRECRUD 9 adalah aplikasi CRUD + Search sederhana yang dibuat menggukana Laravel 9 dan Livewire 2

Overview

YouTube Video

WIRECRUD 9

WIRECRUD 9 adalah aplikasi CRUD + Search sederhana yang dibuat menggukana Laravel 9 dan Livewire 2. Demo bisa dilihat di YouTube Developow Terbuka jika ingin clone apliaksi sederhana ini untuk belajar, bisa ikuti cara-cara berikut ini.

Demo: https://youtu.be/hUmjgwyeZm0

Clone

1.Clone

git clone https://github.com/develo-pow/wirecrud-9.git
cd wirecrud-9

2.Install Dependensi

composer install
npm install
npm run dev

3.Clone Devatar

Devatar adalah avatar alfabet yang bisa digunakan untuk default aplikasi kita. Repositori defatar bisa dilihat disini.

Kita akan clone defatar ke folder public di storage.

cd storage/app/public
git clone https://github.com/abinoval/defatar.git

Setelah itu, rename folder defatar menjadi avatar, bisa melalui CMD atau manual di file explorer, jika melalui CMD bisa jalankan perintah ini:

ren defatar avatar

Jika tidak bisa, maka rename manual saja.

4.Generate key dan copy .env.example

Sebelumnya, silakan kembali ke folder root lagi, bisa seperti ini:

cd ../../../

Setelah itu kita copy file .env.example dan rename filenya menjadi .env, bisa manual atau melalui CMD, jika melalui CMD, bisa jalankan perintah seperti ini:

cp .env.example .env

Jika tidak bisa, maka copy dan rename manual saja.

php artisan key:generate

5.Setting database dan filesystem

Silakan buat database, lalu ubah DB_DATABASE di file .env menyesuaikan nama database yang dibuat.

.env file

Sesuaikan juga host, port, username, dan password jika belum sesuai.

Selanjutnya, jika discroll kebawah, maka akan ditemukan seperti ini:

.env file

Ubah FILESYSTEM_DISK tersebut dari local menjadi public.

6.Jalankan migration dan seeder

php artisan migrate:fresh --seed

7.Selesai

Aplikasi siap dibuka, silakan gunakan local environment kalian untuk membukanya, bisa menggunakan artisan serve atau menggunakan localhost dari xampp atau laragon.

You might also like...
Aplikasi Presensi Terpadu Online - versi 2.0

prestov2 Aplikasi Presensi Terpadu Online - versi 2.0 dibuat menggunakan : CodeIgniter 2.xx PHP 5.6 Above (7.0 Tested) MySql 5.3 Above (5.6 Tested) Fi

A TALL (Tailwind CSS, Alpine.js, Laravel and Livewire) Preset for Laravel
A TALL (Tailwind CSS, Alpine.js, Laravel and Livewire) Preset for Laravel

Laravel TALL Preset A front-end preset for Laravel to scaffold an application using the TALL stack, jumpstarting your application's development. If yo

 Laravel Users | A Laravel Users CRUD Management Package
Laravel Users | A Laravel Users CRUD Management Package

A Users Management Package that includes all necessary routes, views, models, and controllers for a user management dashboard and associated pages for managing Laravels built in user scaffolding. Built for Laravel 5.2, 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, 6.0, 7.0 and 8.0.

An open source Laravel Soundboard with Admin Panel CRUD (Create Read Update Delete) built on Laravel, Bootstrap, and Vue.js
An open source Laravel Soundboard with Admin Panel CRUD (Create Read Update Delete) built on Laravel, Bootstrap, and Vue.js

Laravel Soundboard An open source Laravel Soundboard with Admin Panel CRUD (Create Read Update Delete) built on Laravel 5.8, Bootstrap 4, Vue.js, Boot

Laravel Ajax Datatable is a nice laravel admin panel which includes authentication, CRUD and Ajax datatable.

Laravel Ajax Datatable is a nice laravel admin panel which includes authentication, CRUD and Ajax datatable. the datatable is created with laravel & ajax so No need to install another package, yout can do search, sort, paginate and show records per page fastly.

Laravel Livewire Excel Upload with Progressbar

Laravel Livewire Excel Upload with Progressbar This is sample project, that explains how to import Excel files with progress bar Steps to run project

 Belich Tables: a datatable package for Laravel Livewire
Belich Tables: a datatable package for Laravel Livewire

Belich Tables is a Laravel package base on Livewire and AlpineJS that allows you to create scaffold datatables with search, column sort, filters, pagination, etc...

Laravel Livewire full page component routing.

Laravel Livewire Routes Laravel Livewire full page component routing. This package allows you to specify routes directly inside your full page Livewir

A laravel Livewire Dynamic Selects with multiple selects depending on each other values, with infinite levels and totally configurable.
A laravel Livewire Dynamic Selects with multiple selects depending on each other values, with infinite levels and totally configurable.

Livewire Combobox: A dynamic selects for Laravel Livewire A Laravel Livewire multiple selects depending on each other values, with infinite levels of

Owner
DeveloPow
DeveloPow adalah komunitas yang berbagi informasi tentang pemrograman, terutama pemrigraman web.
DeveloPow
Sebuah aplikasi file hosting sederhana yang berguna untuk menyimpan berbagai file

About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie

Willy Ferry 2 Nov 25, 2021
Simple CRUD + Search using Laravel 8 and Livewire 2

About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie

PowPow 11 Sep 29, 2022
Laravel-comments-livewire - Livewire components for the laravel-comments package

Associate comments and reactions with Eloquent models This package contains Livewire components to be used with the spatie/laravel-comments package. S

Spatie 15 Jan 18, 2022
A Laravel 8 and Livewire 2 demo showing how to search and filter by tags, showing article and video counts for each tag (Polymorphic relationship)

Advanced search and filter with Laravel and Livewire A demo app using Laravel 8 and Livewire 2 showing how to implement a list of articles and tags, v

Sérgio Jardim 19 Aug 29, 2022
Laravel Livewire UI, Auth, & CRUD starter kit.

Laravel Livewire Ui This package provides Laravel Livewire & Bootstrap UI, Auth, & CRUD scaffolding commands to make your development speeds blazing f

null 97 Nov 15, 2022
Laravel 8 + CoreUI + Livewire + Datatables (CRUD)

Laravel 8 + CoreUI + Livewire + Datatables About Laravel 8 + CoreUI + Livewire Datatables Whats Inside Laravel Core UI - (https://github.com/HZ-HBO-IC

Muhammad Rheza Alfin 38 Nov 3, 2022
Laravel UI, Auth, & CRUD scaffolding package using Bootstrap & Livewire.

bastinald/ux Laravel UI, Auth, & CRUD scaffolding package using Bootstrap & Livewire. Features Automatic migrations Automatic routing Automatic passwo

null 33 Nov 26, 2022
Laravel 8 + CoreUI + Livewire + Datatables (CRUD)

Laravel 8 + CoreUI + Livewire + Datatables About Laravel 8 + CoreUI + Livewire Datatables Whats Inside Laravel Core UI - (https://github.com/HZ-HBO-IC

Muhammad Rheza Alfin 38 Nov 3, 2022
Melakukan generate "heatmap" dari merah ke hijau dengan skala yang dapat di atur

Heatmap-Generator-with-Scale-SC Melakukan generate "heatmap" dari merah ke hijau dengan skala yang dapat di atur How to Use Gunakan value default agar

null 2 Jan 1, 2023
Aplikasi Berbasis Web Data Penjualan dengan Laravel 8

Membuat Aplikasi Berbasis Web Data Penjualan Menggunakan Laravel 8, Yang Bertujuan Untuk Presentasi Kepada Tester. Aplikasi Berbasis Web Data Penjualan dengan Laravel 8 adalah aplikasi yang berfungsi untuk melakukan pendataan barang.

BAGUS BUDI SATOTO 15 Dec 16, 2022