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

dev-master 2020-02-11 22:30 UTC

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