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

ActiveLibrary

touhedul/cms
============

CMS package

v6.0(3y ago)035MITVue

Since Aug 4Pushed 3y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

Properos CMS
------------

[](#properos-cms)

CMS package.

**Required intervention/image package**composer require intervention/image Configuration =&gt; [http://image.intervention.io/getting\_started/introduction](http://image.intervention.io/getting_started/introduction)

**Required moment.js**npm install moment

**Required Vue YouTube Embed**npm i -S vue-youtube-embed

**Add on resources/assets/bootstrap.js if not exist**

```
    import Helpers from './misc/helpers'
    import VueYouTubeEmbed from 'vue-youtube-embed';

    window.moment = require('moment')
    window.Vue = require('vue');
    window.Helpers = Helpers;
    Vue.use(VueYouTubeEmbed)
```

**Create env.js**

**Add on config/app.php**

```
    'providers' => [
        '...',
        Properos\Cms\CmsServiceProvider::class,
        '...'
    ]
```

**Register provider on composer.json**

```
    "autoload": {
    "...": {},
        "psr-4": {
            "App\\": "app/",
            "Properos\\Cms\\": "packages/properos/properos-cms/src"
        }
    },
```

**Run**

```
    composer dump
    php artisan vendor:publish
    Select -> Properos\Cms\CmsServiceProvider
    php artisan storage:link
    ```

**Add on webpack.mix.js**
.js('resources/assets/js/be/modules/cms/js/cms.js', 'public/be/js/modules/cms.js')
.js('resources/assets/js/fe/modules/cms/js/cms.js', 'public/fe/js/modules/cms.js')

**config/properos_cms.php file**
Set the middleware for the routes.

**How to use a Model**
\Properos\Cms\Models\Model-Name

**Modify config/database.php**
```php
'mysql' => [
    'driver' => 'mysql',
    'host' => env('DB_HOST', '127.0.0.1'),
    'port' => env('DB_PORT', '3306'),
    'database' => env('DB_DATABASE', 'forge'),
    'username' => env('DB_USERNAME', 'forge'),
    'password' => env('DB_PASSWORD', ''),
    'unix_socket' => env('DB_SOCKET', ''),
    'charset' => 'utf8',
    'collation' => 'utf8_general_ci',
    'prefix' => '',
    'strict' => true,
    'engine' => 'Innodb',
],
```

**Run migrations**

```
php artisan migrate
    create  blog_posts table
            blog_post_comments table
            pages table
```

**Add on AppServiceProvider**

```
use Illuminate\Support\Facades\View;
use Properos\Cms\Models\DocumentCategory;

public function boot()
{
    View::share('document_categories', DocumentCategory::all());
}
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

Unknown

Total

1

Last Release

1383d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ac24f328bafd83155ad3ad2039b16f25fe44c20b45c11c483777d847ec4afb9e?d=identicon)[touhedul](/maintainers/touhedul)

---

Top Contributors

[![ratul-prolific](https://avatars.githubusercontent.com/u/110459773?v=4)](https://github.com/ratul-prolific "ratul-prolific (3 commits)")

### Embed Badge

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

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

PHPackages © 2026

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