byancode / congruent
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/byancode/congruent
Requires
- byancode/settings: ^1.0.2
- fidum/laravel-eloquent-morph-to-one: ^1.0
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