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
Things change, people change. Opineon!
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