agpretto / opineon
Lightweight opinions component for websites
dev-master
2020-02-11 22:30 UTC
Requires
- laravel/framework: 5.8.*
This package is auto-updated.
Last update: 2024-11-12 09:15:37 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