PHPackages                             codehubcare/moderyat - 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. codehubcare/moderyat

ActiveLibrary[Framework](/categories/framework)

codehubcare/moderyat
====================

This is laravel package for custom content management system.

2.1.2(1y ago)144SCSS

Since Jun 29Pushed 1y ago1 watchersCompare

[ Source](https://github.com/codehubcare/moderyat)[ Packagist](https://packagist.org/packages/codehubcare/moderyat)[ RSS](/packages/codehubcare-moderyat/feed)WikiDiscussions main Synced yesterday

READMEChangelog (10)Dependencies (2)Versions (11)Used By (0)

Moderyat
========

[](#moderyat)

Moderyat is a Laravel package, used as CMS to build business websites quickly. This package serve as Admin panel and provides database schema to hold contents of pages, posts and etc.

How to install?
---------------

[](#how-to-install)

Create new Laravel project:

```
composer create-project laravel/laravel [project-name]
```

Set up Mysql Database, by changing .env file:

```
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=8889
DB_DATABASE=[database-name]
DB_USERNAME=root
DB_PASSWORD=root

```

Install Laravel/ui package

```
composer require laravel/ui
php artisan ui bootstrap --auth
```

Install Moderyat package

```
composer require codehubcare/moderyat
php artisan vendor:publish --provider="Codehubcare\Moderyat\ModeryatServiceProvider"
```

Run migrations

```
php artisan migrate

```

Install node modules

```
npm install
npm run build
```

Serve the application

```
php artisan serve
```

Register a new user and navigate to the Moderyat admin panel:

```
http://127.0.0.1:8000/moderyat

```

[![](moderyat-screenshot.png)](moderyat-screenshot.png)

Code Style
----------

[](#code-style)

We're are using Laravel pint. To run code format run the following command:

```
./vendor/bin/pint

```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance41

Moderate activity, may be stable

Popularity12

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

Every ~26 days

Recently: every ~54 days

Total

10

Last Release

496d ago

Major Versions

1.0.2 → 2.0.02024-07-09

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7948187?v=4)[Shamshad Zaheer](/maintainers/ShamshadZaheer)[@shamshadzaheer](https://github.com/shamshadzaheer)

---

Top Contributors

[![shamshadzaheer](https://avatars.githubusercontent.com/u/7948187?v=4)](https://github.com/shamshadzaheer "shamshadzaheer (1 commits)")

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/codehubcare-moderyat/health.svg)

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

###  Alternatives

[laravel/dusk

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

1.9k39.6M298](/packages/laravel-dusk)[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)
