byancode/congruent

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

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/byancode/congruent

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

This package is auto-updated.

Last update: 2025-09-29 02:50:20 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