Installation
Version Compatibility
Laravel | Concord |
---|---|
5.4 | 1.0 - 1.3 |
5.5 | 1.0+ |
5.6 | 1.1+ |
5.7 | 1.3+ |
5.8 | 1.3+ |
6.x | 1.4+ |
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 »