byancode/congruent

There is no license information available for the latest version (dev-master) of this package.

dev-master 2021-01-29 18:41 UTC

This package is auto-updated.

Last update: 2024-05-29 04:48:32 UTC


README

.....

Getting Started

1. Install

Run the following command:

composer require byancode/congruent

2. Register (for Laravel > 6.0)

Register the service provider in config/app.php

Byancode\Congruent\Providers\Service::class,

3. Publish

Publish config file.

php artisan vendor:publish --provider="Byancode\Congruent\Providers\Service" --force

4. Configure

You can change the options of your app from config/congruent.php file