Skip to content

abigah/opine

Repository files navigation

A comments plugin for Laravel powered by Livewire

Latest Version on Packagist GitHub Tests Action Status Total Downloads

The first steps to a Laravel plugin to allow comments on any model that you want.

Thanks to Spatie for the training and BeyondCode.

Installation

You can install the package via composer:

composer require abigah/opine

You can publish and run the migrations with:

php artisan vendor:publish --provider="Abigah\Opine\OpineServiceProvider" --tag="migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --provider="Abigah\Opine\OpineServiceProvider" --tag="config"

This is the contents of the published config file:

//return [
// Coming Soon
//];

Usage

$opine = new Abigah\Opine();
echo $opine->echoPhrase('Hello, Abigah!');

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

A package for comments in your Laravel app, powered by Livewire.

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

 
 
 

Contributors

Languages