LaravelPackages.net
Acme Inc.
Toggle sidebar
agpretto/opineon

Lightweight opinions component for websites

67
0
About agpretto/opineon

agpretto/opineon is a Laravel package for lightweight opinions component for websites. It currently has 0 GitHub stars and 67 downloads on Packagist. Install it with composer require agpretto/opineon. Discover more Laravel packages by agpretto or browse all Laravel packages to compare alternatives.

Last updated

Opineon

Things change, people change. Opineon!

Installation

Require this package with Composer, in the root directory of your project.

$ composer require agpretto/opineon

If you don't use auto-discovery add the service provider to your app.php file

\Agpretto\Opineon\OpineonServiceProvider::class

then, migrate Opineon tables.

$ php artisan migrate

Star History Chart