agpretto/opineon

Lightweight opinions component for websites

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

This package is auto-updated.

Last update: 2024-04-12 07:36:53 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