PHPackages                             yeoji/parsh-cms - 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. [Framework](/categories/framework)
4. /
5. yeoji/parsh-cms

ActiveLibrary[Framework](/categories/framework)

yeoji/parsh-cms
===============

A partial CMS created for Laravel

112PHP

Since Feb 23Pushed 10y ago1 watchersCompare

[ Source](https://github.com/yeoji/parshCMS)[ Packagist](https://packagist.org/packages/yeoji/parsh-cms)[ RSS](/packages/yeoji-parsh-cms/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (2)Used By (0)

ParshCMS
========

[](#parshcms)

A partial page management package created for Laravel

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

[](#installation)

### Laravel 5

[](#laravel-5)

Run `composer require yeoji/parsh-cms` in your application directory

Or add the following line to your `composer.json` file:

```
"require": {
	"yeoji/parsh-cms": "dev-master"
}
```

In your application's `app/config/app.php` file:

Add this line to the `service providers` array:

```
Yeoji\ParshCMS\Providers\ParshServiceProvider::class

```

Run the following command to publish the migrations and public files.

`php artisan vendor:publish --provider="Yeoji\ParshCMS\Providers\ParshServiceProvider"`

Usage
-----

[](#usage)

When you upload a theme template file, make sure it is in blade syntax and contain the following:

`@yield('title')` - For the page's title

`@yield('content')` - For where the content should be rendered

`@include('parshcms::custom.navigation')` - For the navigation bar

There should be no other blade syntax as this should be a static page.

All styles should be in your application's public folder, or on a CDN.

Custom Navigation
-----------------

[](#custom-navigation)

The navigation bar is automatically generated for each page that has been created.

In order to change this, create the file `vendor/parshcms/custom/navigation.blade.php` under your application's `resources/views` directory.

The default navigation is a simple:

```
@foreach($pages->all() as $page)
   {{$page->title}}
@endforeach

```

In your newly created `custom/navigation.blade.php` file, you are free to do whatever you want your navigation bar to be.

For any other custom views, the same steps apply. Just mirror the directories/files in the package's views in order to override the views.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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://www.gravatar.com/avatar/8f32187400f695b02ff724858aa3f01771e26f29a6cc25756e2d1c5a4cc2143b?d=identicon)[yeoji](/maintainers/yeoji)

---

Top Contributors

[![yeoji](https://avatars.githubusercontent.com/u/8002179?v=4)](https://github.com/yeoji "yeoji (19 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M829](/packages/laravel-socialite)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[pinguo/php-msf

Pinguo Micro Service Framework For PHP

1.7k4.2k](/packages/pinguo-php-msf)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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