Download the PHP package rinvex/laravel-testimonials without Composer
On this page you can find all versions of the php package rinvex/laravel-testimonials. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rinvex/laravel-testimonials
More information about rinvex/laravel-testimonials
Files in rinvex/laravel-testimonials
Package laravel-testimonials
Short Description Rinvex Testimonials is a polymorphic Laravel package for managing testimonials. Customers can give you testimonials, and you can approve or disapprove each individually. Testimonials are good for showing the passion and love your service gets from customers, encouraging others to join the hype!
License MIT
Homepage https://rinvex.com
Informations about the package laravel-testimonials
Rinvex Testimonials
⚠️ This package is abandoned and no longer maintained. No replacement package was suggested. ⚠️
👉 If you are interested to step on as the main maintainer of this package, please reach out to me!
Rinvex Testimonials is a polymorphic Laravel package for managing testimonials. Customers can give you testimonials, and you can approve or disapprove each individually. Testimonials are good for showing the passion and love your service gets from customers, encouraging others to join the hype!
Installation
-
Install the package via composer:
-
Publish resources (migrations and config files):
-
Execute migrations via the following command:
- Done!
Usage
Before going through the code samples, we need to clarify the concepts behind this package and how it works. Rinvex Testimonials assumes that every testimonial has two relationships, the is the entity giving the testimonial (called attestant), and second is the enity receiving it (called subject). These entities could be anything, each and every testimonial stores type
and id
(both form a polymorphic relationship) for subject and attestant. An entity can give testimonials, receive testimonials, or both. It's up to you to decide.
Add giving testimonials functionality to your model
To add support for a model to give testimonials simply use the \Rinvex\Testimonials\Traits\GivesTestimonials
trait:
Add receiving testimonials functionality to your model
To add support for a model to receive testimonials simply use the \Rinvex\Testimonials\Traits\TakesTestimonials
trait:
Both traits could be used together for the same model without any issues.
Create a new testimonial
Creating a new testimonial is straight forward, and could be done in many ways, use whatever suits your context. Let's see how could we do that:
Query testimonial models
You can get more details about a specific testimonial as follows:
And not surprisingly, the \Rinvex\Testimonials\Models\Testimonial
model itself extends Eloquent so you can manage it fluently as you normally do.
Changelog
Refer to the Changelog for a full history of the project.
Support
The following support channels are available at your fingertips:
- Chat on Slack
- Help on Email
- Follow on Twitter
Contributing & Protocols
Thank you for considering contributing to this project! The contribution guide can be found in CONTRIBUTING.md.
Bug reports, feature requests, and pull requests are very welcome.
- Versioning
- Pull Requests
- Coding Standards
- Feature Requests
- Git Flow
Security Vulnerabilities
If you discover a security vulnerability within this project, please send an e-mail to [email protected]. All security vulnerabilities will be promptly testimonialed.
About Rinvex
Rinvex is a software solutions startup, specialized in integrated enterprise solutions for SMEs established in Alexandria, Egypt since June 2016. We believe that our drive The Value, The Reach, and The Impact is what differentiates us and unleash the endless possibilities of our philosophy through the power of software. We like to call it Innovation At The Speed Of Life. That’s how we do our share of advancing humanity.
License
This software is released under The MIT License (MIT).
(c) 2016-2021 Rinvex LLC, Some rights reserved.
All versions of laravel-testimonials with dependencies
illuminate/console Version ^8.0.0 || ^9.0.0
illuminate/database Version ^8.0.0 || ^9.0.0
illuminate/support Version ^8.0.0 || ^9.0.0
rinvex/laravel-support Version ^5.0.0