PHPackages                             yago-cms/yago - 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. yago-cms/yago

ActiveProject

yago-cms/yago
=============

YAGO

v0.0.81(3y ago)023JavaScriptPHP ^8.0.2

Since Apr 21Pushed 3y ago1 watchersCompare

[ Source](https://github.com/yago-cms/yago)[ Packagist](https://packagist.org/packages/yago-cms/yago)[ RSS](/packages/yago-cms-yago/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (13)Versions (73)Used By (0)

 [![](https://user-images.githubusercontent.com/1246744/154675392-9102309f-d430-467c-86ea-7a418a7568bb.svg)](https://user-images.githubusercontent.com/1246744/154675392-9102309f-d430-467c-86ea-7a418a7568bb.svg)

YAGO Content
============

[](#yago-content)

YAGO Content is a CMS.

Installing YAGO Content
-----------------------

[](#installing-yago-content)

```
composer create-project --prefer-dist yago-cms/yago myproject
```

Configure YAGO Content
----------------------

[](#configure-yago-content)

Go to project directory

```
cd myproject
```

Edit `.env` and update the following variables:

```
DB_DATABASE=myproject
DB_USERNAME=myproject
DB_PASSWORD=myproject
```

Start the docker envirmonment

```
./vendor/bin/sail up -d
```

Clear env cache

```
./vendor/bin/sail artisan cache:clear
```

Create first migration and seed database

```
./vendor/bin/sail artisan migrate
./vendor/bin/sail artisan db:seed --class=CmsSeeder
```

Create storage link

```
./vendor/bin/sail artisan storage:link
```

Add a superuser
---------------

[](#add-a-superuser)

```
./vendor/bin/sail artisan tinker
```

```
$user = \App\Models\User::factory()->create([
    'name' => 'John Doe',
    'email' => 'john@doe.se',
    'password' => bcrypt('johnspassword'),
]);
$user->assignRole('writer', 'superadmin');
```

Develop
-------

[](#develop)

Install any Node dependencies

```
npm i
```

Build frontend JS &amp; CSS

```
npm mix watch
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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.

###  Release Activity

Cadence

Every ~2 days

Total

72

Last Release

1354d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/32c2334dcc2f1c06a97b2efbe8b48399aedeb819721e3319d893bc8093faed81?d=identicon)[formsmedjan](/maintainers/formsmedjan)

---

Top Contributors

[![pythas](https://avatars.githubusercontent.com/u/1246744?v=4)](https://github.com/pythas "pythas (9 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/yago-cms-yago/health.svg)

```
[![Health](https://phpackages.com/badges/yago-cms-yago/health.svg)](https://phpackages.com/packages/yago-cms-yago)
```

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[blair2004/nexopos

The Free Modern Point Of Sale System build with Laravel, TailwindCSS and Vue.js.

1.2k2.3k](/packages/blair2004-nexopos)[spatie/mailcoach

Self-host Mailcoach

4007.0k](/packages/spatie-mailcoach)

PHPackages © 2026

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