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)129SCSS

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 1mo ago

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

28

—

LowBetter than 54% of packages

Maintenance43

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

451d ago

Major Versions

1.0.2 → 2.0.02024-07-09

### Community

Maintainers

![](https://www.gravatar.com/avatar/37768aedc43a61a86db93889d117fe12b80ff95e8f433cb7321414e404dd6347?d=identicon)[ShamshadZaheer](/maintainers/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/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

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

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

712181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)[laravel/pail

Easily delve into your Laravel application's log files directly from the command line.

91545.3M590](/packages/laravel-pail)

PHPackages © 2026

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