agpretto / opineon
Lightweight opinions component for websites
Installs: 67
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
pkg:composer/agpretto/opineon
Requires
- laravel/framework: 5.8.*
This package is auto-updated.
Last update: 2025-10-12 11:12:11 UTC
README
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