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

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

saularis/laravel-pages
======================

A simple static pages package for Laravel.

00PHP

Since Aug 22Pushed 1y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Pages Package for Laravel
=========================

[](#pages-package-for-laravel)

Pages is a static page system for Laravel applications.

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

[](#installation)

To get started, use Composer to add the package to your project's dependencies:

```
composer require dmyers/laravel-pages
```

Laravel 4
---------

[](#laravel-4)

Use the `1.0` branch or the `v1.*` tags for Laravel 4 support.

Configuration
-------------

[](#configuration)

Publish the default config file to your application so you can make modifications.

```
$ php artisan vendor:publish
```

Usage
-----

[](#usage)

To add a page, create a view in your resources directory at `resources/views/pages` and the URL will map to the path. You can nest folders and they will be included in the URL.

In your views there is a helper you can use to link to pages:

```
page_url('about');
```

Or if you just want the path to the page:

```
page_path('about');
```

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity18

Early-stage or recently created project

 Bus Factor1

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

### Community

Maintainers

![](https://www.gravatar.com/avatar/56ff635c557d518d8475fe1f4554ee55b04c259a5a06441f2def6f8c4d7f915b?d=identicon)[saularis](/maintainers/saularis)

---

Top Contributors

[![dmyers](https://avatars.githubusercontent.com/u/207171?v=4)](https://github.com/dmyers "dmyers (61 commits)")[![saularis](https://avatars.githubusercontent.com/u/26322760?v=4)](https://github.com/saularis "saularis (3 commits)")

### Embed Badge

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

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

###  Alternatives

[spatie/laravel-dashboard

A dashboard for Laravel

573170.7k96](/packages/spatie-laravel-dashboard)

PHPackages © 2026

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