PHPackages                             adminarchitect/pages - 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. [Admin Panels](/categories/admin)
4. /
5. adminarchitect/pages

ActiveLibrary[Admin Panels](/categories/admin)

adminarchitect/pages
====================

Admin Architect - Pages model

v2.0.0(8y ago)31822[4 issues](https://github.com/adminarchitect/pages/issues)[2 PRs](https://github.com/adminarchitect/pages/pulls)PHP

Since Feb 23Pushed 7y ago1 watchersCompare

[ Source](https://github.com/adminarchitect/pages)[ Packagist](https://packagist.org/packages/adminarchitect/pages)[ RSS](/packages/adminarchitect-pages/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

Admin Architect - Pages module
==============================

[](#admin-architect---pages-module)

`adminarchitect/pages` provides the default skeleton for Admin Architect pages module. It includes Pages module out of the box as like as eloquent model and pages repository.

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

[](#installation)

`Note:` this is not standalone package, it can be used only in conjunction with `Admin Architect` (`terranet/administrator`) package.

then require it:

```
composer require adminarchitect/pages

```

register Pages service provider by adding to the app/config.php `providers` section:

```
'providers' => [
	...
	Terranet\Pages\ServiceProvider::class
	...
]

```

now you can publish the whole package resources by running:

```
php artisan vendor:publish [--provider="Terranet\\Pages\\ServiceProvider"]

```

Modules
-------

[](#modules)

`Pages` module will be copied into the `app\Http\Terranet\Administrator\Modules` directory.

Models
------

[](#models)

Associated eloquent model `Page` will be added as well to `app` directory.

Routes
------

[](#routes)

Routes become available at `app\Http\Terranet\Pages\routes.php`.

Migrations
----------

[](#migrations)

Run artisan command to create migration:

```
php artisan pages:table

```

this will create the migration file inside of `database/migrations` directory...

Run migration:

```
php artisan migrate

```

*Enjoy!*

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 93.3% 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 ~174 days

Total

4

Last Release

3257d ago

Major Versions

v1.0.3 → v2.0.02017-08-01

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2834683?v=4)[Terzi Eduard](/maintainers/endihunter)[@endihunter](https://github.com/endihunter)

---

Top Contributors

[![endihunter](https://avatars.githubusercontent.com/u/2834683?v=4)](https://github.com/endihunter "endihunter (14 commits)")[![lucianobapo](https://avatars.githubusercontent.com/u/8369332?v=4)](https://github.com/lucianobapo "lucianobapo (1 commits)")

---

Tags

laravelpagesadmin architectlaravel pagespages module

### Embed Badge

![Health badge](/badges/adminarchitect-pages/health.svg)

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

###  Alternatives

[lara-zeus/sky

Lara-zeus sky is simple CMS for your website. It includes posts, pages, tags, and categories.

21429.2k4](/packages/lara-zeus-sky)[bpocallaghan/titan

Core framework for laravel projects (Laravel Admin Starter).

5811.2k1](/packages/bpocallaghan-titan)

PHPackages © 2026

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