PHPackages                             konekt/kontent-laravel - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. konekt/kontent-laravel

AbandonedArchivedLibrary[Admin Panels](/categories/admin)

konekt/kontent-laravel
======================

Kontent CMF &amp; Laravel 5 Integration Package

117PHP

Since Jul 10Pushed 9y ago2 watchersCompare

[ Source](https://github.com/artkonekt/kontent-laravel)[ Packagist](https://packagist.org/packages/konekt/kontent-laravel)[ RSS](/packages/konekt-kontent-laravel/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Kontent CMF Laravel 5 Integration Package
=========================================

[](#kontent-cmf-laravel-5-integration-package)

Installation
------------

[](#installation)

### Composer

[](#composer)

This package shouldn't be used directly, use either [Kontent Eloquent](https://github.com/artkonekt/kontent-eloquent) or [Kontent Analogue](https://github.com/artkonekt/kontent-analogue) instead, both are implicitly relying on this package.

Add the dependency to composer:

```
# either
composer require konekt/kontent-eloquent
# or
composer require konekt/kontent-analogue

# this works as well, but not much sense at the moment:
composer require konekt/kontent-laravel
```

### Register The Provider

[](#register-the-provider)

In the `config/app.php` configuration file, add to the provider array:

```
'providers' => [
    // Other Service Providers

    Konekt\Kontent\Laravel\KontentServiceProvider::class,
],
```

### Publish Files

[](#publish-files)

```
php artisan vendor:publish --provider="Konekt\Kontent\Laravel\KontentServiceProvider" --tag=config
php artisan vendor:publish --provider="Konekt\Kontent\Laravel\KontentServiceProvider" --tag=migrations
```

### Edit Config

[](#edit-config)

Edit the packages's config file `app/kontent.php`:

Available options are:

OptionMeaningDefault`db.table_prefix`The database table prefix`"konekt_"``translation.enabled`Whether or not to use the translation features [\*](#note1)`false``translation.default`The default language to use`"en"``translation.languages`Array of your app's supported languages`['en']`**\*:** *Configure this before you run the package's migrations. This setting influences whether translation related columns are generated in the database during the migration* [↩](#a1)

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5520702?v=4)[konekt](/maintainers/konekt)[@konekt](https://github.com/konekt)

---

Top Contributors

[![fulopattila122](https://avatars.githubusercontent.com/u/1162360?v=4)](https://github.com/fulopattila122 "fulopattila122 (6 commits)")

### Embed Badge

![Health badge](/badges/konekt-kontent-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/konekt-kontent-laravel/health.svg)](https://phpackages.com/packages/konekt-kontent-laravel)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
