The first steps to a Laravel plugin to allow comments on any model that you want.
Thanks to Spatie for the training and BeyondCode.
You can install the package via composer:
composer require abigah/opineYou can publish and run the migrations with:
php artisan vendor:publish --provider="Abigah\Opine\OpineServiceProvider" --tag="migrations"
php artisan migrateYou 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
//];$opine = new Abigah\Opine();
echo $opine->echoPhrase('Hello, Abigah!');composer testPlease see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.