PHPackages                             webappid/content - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. webappid/content

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

webappid/content
================

Core content for multipurpose such as blog etc, if the web need more detail content info please create child table from content

6.0.1(4y ago)490751MITPHPPHP &gt;=8.0

Since Jun 19Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/webappid/content)[ Packagist](https://packagist.org/packages/webappid/content)[ RSS](/packages/webappid-content/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (10)Dependencies (10)Versions (116)Used By (1)

laravel-content
===============

[](#laravel-content)

**A Laravel-based Content Management System Core Package**

`laravel-content` serves as the foundational package for building a comprehensive Content Management System (CMS) powered by the Laravel framework. It provides the essential structure and functionalities needed to manage your application's content efficiently.

Requirements
------------

[](#requirements)

This package requires **Laravel's built-in authentication system** to be set up and configured.

Installation and Setup
----------------------

[](#installation-and-setup)

Follow these steps to integrate `laravel-content` into your Laravel project:

1. **Scaffold Laravel Authentication:**

    ```
    php artisan make:auth
    ```
2. **Run Initial Migrations:**

    ```
    php artisan migrate
    ```
3. **Update User Model Namespace:**Move your `User.php` model from the `App\` namespace to `App\Http\Models\`.

    **Before:**

    ```
    // App/User.php
    namespace App;
    ```

    **After:**

    ```
    // App/Http/Models/User.php
    namespace App\Http\Models;
    ```
4. **Create Default Admin User:**Ensure you have a default administrator user with an `id` of `1` in your `users` table. This user will be recognized as the admin by the package.
5. **Install the Package:**

    ```
    composer require webappid/content
    ```
6. **Run Package Migrations:**

    ```
    php artisan migrate
    ```

    *(Note: This step is crucial to create the necessary tables for `laravel-content`.)*
7. **Seed Default Data:**

    ```
    php artisan webappid:content:seed
    ```

    This command will insert essential default data for the package. It's designed to **only insert new data** and will not overwrite any existing information in your database.

---

Support
-------

[](#support)

If you have any questions or encounter issues while using this package, please don't hesitate to reach out. You can email me at ****.

Acknowledgements
----------------

[](#acknowledgements)

A big thank you to everyone who contributed to the development and improvement of this package!

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance40

Moderate activity, may be stable

Popularity22

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity85

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 99.4% 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 ~12 days

Recently: every ~93 days

Total

114

Last Release

1474d ago

Major Versions

1.0.16 → 2.0.0-beta2018-10-26

2.11.12 → 3.0.02019-10-05

3.0.2 → 4.0.02019-12-01

4.0.4 → 5.0.02020-05-01

5.7.0 → 6.0.02022-05-01

PHP version history (4 changes)1.0.5PHP &gt;=7.1.0

2.8.1PHP &gt;=7.2.0

5.5.9PHP &gt;=7.3

6.0.0PHP &gt;=8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/bccdf01afc153c118b1a7f3ee97e48fd04a8dfdfe9d2f4dabfe406ecf58d402e?d=identicon)[dyan.galih](/maintainers/dyan.galih)

---

Top Contributors

[![DyanGalih](https://avatars.githubusercontent.com/u/3088531?v=4)](https://github.com/DyanGalih "DyanGalih (309 commits)")[![fadlikadn](https://avatars.githubusercontent.com/u/6155972?v=4)](https://github.com/fadlikadn "fadlikadn (1 commits)")[![rizqyhi](https://avatars.githubusercontent.com/u/914534?v=4)](https://github.com/rizqyhi "rizqyhi (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/webappid-content/health.svg)

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

###  Alternatives

[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)[blair2004/nexopos

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

1.2k2.3k](/packages/blair2004-nexopos)[erlandmuchasaj/laravel-gzip

Gzip your responses.

40129.3k2](/packages/erlandmuchasaj-laravel-gzip)[cleaniquecoders/blueprint-macro

Laravel Blueprint Macro

164.6k6](/packages/cleaniquecoders-blueprint-macro)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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