PHPackages                             jithin/cubet-wpm - 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. jithin/cubet-wpm

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

jithin/cubet-wpm
================

Web Page Manager

34PHP

Since Oct 11Pushed 7y agoCompare

[ Source](https://github.com/jithintc/laravel-webpage-manager)[ Packagist](https://packagist.org/packages/jithin/cubet-wpm)[ RSS](/packages/jithin-cubet-wpm/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (2)Used By (0)

jithin/cubet-wpm
================

[](#jithincubet-wpm)

Web Page Manager: A laravel package to create and manage static content pages like about, privacy policy etc.

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

[](#installation)

```
$ composer require jithin/cubet-wpm

```

Open config/app.php, Add the Service Provider

```
jithin\CubetWpm\WebPageProvider::class,

```

Add the Facade to your aliases

```
'WebPage' => jithin\CubetWpm\Facades\WebPage::class,

```

Publish the migrations and commands

```
$ php artisan vendor:publish -tag=migrations
$ php artisan vendor:publish -tag=commands

```

Then run

```
$ php artisan migrate

```

Generate WPM controller, views and routes

```
$ php artisan make:wpm

```

```
$ php artisan make:wpm --views (Only scaffold the wpm views),
$ php artisan make:wpm --force (Overwrite existing files by default)

```

###### Views, Controller and Routes are now published and it can be customized based on the project requirement.

[](#views-controller-and-routes-are-now-published-and-it-can-be-customized-based-on-the-project-requirement)

###### Views include `layouts\app` blade; ignore include if there is no such layout blade.

[](#views-include-layoutsapp-blade-ignore-include-if-there-is-no-such-layout-blade)

###### Check the `routes\web.php` to find the admin routes.

[](#check-the-routeswebphp-to-find-the-admin-routes)

Usage
-----

[](#usage)

Create new page in admin and publish it. To invoke the page, use the system-generated page slug and specify the view file (optional) to be rendered. If the view file is not specified the default view will be `wpm\static`.

```
WebPage::bind('slug', 'path\to\view')

```

Example: Create a new page with title 'About Us'. Go to Web Pages List and copy the slug 'about-us'. Then create new route

```
Route::get('/about', function () {
	return WebPage::bind('about-us');
});

```

That's it! You're done.

Have fun!

Jithin

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/43337411?v=4)[jithintc](/maintainers/jithintc)[@jithintc](https://github.com/jithintc)

---

Top Contributors

[![jithincubet](https://avatars.githubusercontent.com/u/42606213?v=4)](https://github.com/jithincubet "jithincubet (6 commits)")[![jithintc](https://avatars.githubusercontent.com/u/43337411?v=4)](https://github.com/jithintc "jithintc (2 commits)")

---

Tags

laravel-5-packagelaravel-packagestatic-contentstatic-page-generatorstatic-pages

### Embed Badge

![Health badge](/badges/jithin-cubet-wpm/health.svg)

```
[![Health](https://phpackages.com/badges/jithin-cubet-wpm/health.svg)](https://phpackages.com/packages/jithin-cubet-wpm)
```

###  Alternatives

[vmwarephp/vmwarephp

Vmware vSphere bindings for PHP

7818.8k](/packages/vmwarephp-vmwarephp)[orrison/cumulus

Import DNS records from Laravel Vapor into Cloudflare

3817.1k](/packages/orrison-cumulus)[friends-of-hyva/magento2-crawler-session

Prevent crawlers from creating a session

155.8k](/packages/friends-of-hyva-magento2-crawler-session)

PHPackages © 2026

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