Installation
Version Compatibility
| Laravel | Concord |
|---|---|
| 5.4 | 1.0 - 1.3 |
| 5.5 | 1.0 - 1.8 |
| 5.6 | 1.1 - 1.8 |
| 5.7 | 1.3 - 1.8 |
| 5.8 | 1.3 - 1.8 |
| 6.x | 1.4+ |
| 7.x | 1.5+ |
| 8.x | 1.8+ |
Installing Concord with Composer
- Add the dependency with composer:
composer require konekt/concord - Publish the config file:
php artisan vendor:publish --provider="Konekt\Concord\ConcordServiceProvider" --tag=config
Next: Directory Structure »