An open API service indexing awesome lists of open source software.

https://github.com/bobbyiliev/simple-reviews-and-rating-system


https://github.com/bobbyiliev/simple-reviews-and-rating-system

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Simple Laravel Livewire Review System

Posted on:
**[How to Build a Simple Reviews and Rating System with Livewire and Jetstream?](https://devdojo.com/bobbyiliev/how-to-build-a-simple-reviews-and-rating-system-with-livewire-and-jetstream)**

Demo:
![Simple Laravel Livewire Review System](https://imgur.com/ZdVRhgS.gif)

Getting started:
Just like with Jetstream make sure to run `php artisan migrate` & `php artisan db:seed` then also install your static asstes with `npm intall` and `npm run dev`.

After that by visitn `/pruduct/1` you will be able to see the demo for the rating system.