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
- Host: GitHub
- URL: https://github.com/bobbyiliev/simple-reviews-and-rating-system
- Owner: bobbyiliev
- Created: 2021-01-19T12:18:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-19T12:26:49.000Z (over 4 years ago)
- Last Synced: 2025-04-10T23:12:20.953Z (6 months ago)
- Language: PHP
- Size: 782 KB
- Stars: 12
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
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.