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
Requires
- byancode/settings: ^1.0.2
- fidum/laravel-eloquent-morph-to-one: ^1.0
This package is auto-updated.
Last update: 2024-12-29 06:28:17 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