PHPackages                             larapages/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. larapages/pages

Abandoned → [nickdekruijk/pages](/?search=nickdekruijk%2Fpages)Library[Admin Panels](/categories/admin)

larapages/pages
===============

A Laravel 5.5+ Page model, migration and controller.

2.3.4(6y ago)2711MITPHPPHP &gt;=7.2.0

Since Feb 7Pushed 6y ago1 watchersCompare

[ Source](https://github.com/nickdekruijk/pages)[ Packagist](https://packagist.org/packages/larapages/pages)[ Docs](http://www.nickdekruijk.nl)[ RSS](/packages/larapages-pages/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (9)DependenciesVersions (10)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/1b7b6f20722370c7ce3da7e8f5b0ca4ccd5036cefcc248a177dc9244ff08a402/68747470733a2f2f706f7365722e707567782e6f72672f6e69636b64656b7275696a6b2f70616765732f762f737461626c65)](https://packagist.org/packages/nickdekruijk/pages)[![Latest Unstable Version](https://camo.githubusercontent.com/ddd7d120cbe1a0612e24b2c4c867f9bca7444e0508d1cfe223402bf678e2a4d2/68747470733a2f2f706f7365722e707567782e6f72672f6e69636b64656b7275696a6b2f70616765732f762f756e737461626c65)](https://packagist.org/packages/nickdekruijk/pages)[![Monthly Downloads](https://camo.githubusercontent.com/f9bedf0267f49a88e1cb866f9519292324cb8fca4cd1cde4b7f3d9aefe75287a/68747470733a2f2f706f7365722e707567782e6f72672f6e69636b64656b7275696a6b2f70616765732f642f6d6f6e74686c79)](https://packagist.org/packages/nickdekruijk/pages)[![Total Downloads](https://camo.githubusercontent.com/8fe5ca2277357390ac87e4cc032c641ada684967c9364f24d9d337c33c6e1b90/68747470733a2f2f706f7365722e707567782e6f72672f6e69636b64656b7275696a6b2f70616765732f646f776e6c6f616473)](https://packagist.org/packages/nickdekruijk/pages)[![License](https://camo.githubusercontent.com/07dc272e07fe8b9a3573b9fe2a2e8b07cda7cb262085c1d13292813e77ac2b3d/68747470733a2f2f706f7365722e707567782e6f72672f6e69636b64656b7275696a6b2f70616765732f6c6963656e7365)](https://packagist.org/packages/nickdekruijk/pages)

Pages
=====

[](#pages)

A Laravel 6 Page model, migration and controller. It can be used as a foundation for a website. A basic view with navigation and a footer is also included.

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

[](#installation)

After a clean Laravel 6.x installation and configuring your database install the package with:

`composer require --dev nickdekruijk/pages`

Depending on your project you may need some or all of these packages too (remove what you don't need):

`composer require nickdekruijk/admin nickdekruijk/settings nickdekruijk/minify doctrine/dbal laravel/helpers arcanedev/laravel-lang`

Then run the following command to create a Page model, PageController, migration and media folder. Add `-h` to see more options on how to change the default names.

`php artisan pages:install`

Review the new `database/migrations/yyyy_mm_dd_hhmmss_create_pages_table.php` migration file and adapt to your needs, then run the migration to create the pages table with:

`php artisan migrate`

### Create admin user

[](#create-admin-user)

Create a user with admin privileges using:

`php artisan admin:user user@domain.com`

### Add Routes

[](#add-routes)

Add `Route::get('{any}', 'PageController@route')->where('any', '(.*)');` to your `routes/web.php` file.

### Dummy data

[](#dummy-data)

You can add some sample pages by running `php artisan db:seed --class=NickDeKruijk\\Pages\\PageSeeder`

License
-------

[](#license)

Admin is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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 ~103 days

Recently: every ~28 days

Total

9

Last Release

2237d ago

Major Versions

1.0.0-beta → 2.0.02019-11-22

PHP version history (2 changes)1.0.0-betaPHP &gt;=7.0.0

2.0.0PHP &gt;=7.2.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/0b01fc7c2c39bbe8f87b4afa70ffe1cf2bb787310e1d22fcfed6ae527d4573bb?d=identicon)[nickdekruijk](/maintainers/nickdekruijk)

---

Top Contributors

[![nickdekruijk](https://avatars.githubusercontent.com/u/607302?v=4)](https://github.com/nickdekruijk "nickdekruijk (59 commits)")

---

Tags

phplaravelpagesadmin

### Embed Badge

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

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

###  Alternatives

[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[bpocallaghan/titan

Core framework for laravel projects (Laravel Admin Starter).

5811.2k1](/packages/bpocallaghan-titan)[superv/platform

SuperV Platform Package

2412.1k5](/packages/superv-platform)[prismaticoder/maker-checker-laravel

A package for simplifying the integration of a maker-checker approval process to your Laravel application.

232.8k](/packages/prismaticoder-maker-checker-laravel)

PHPackages © 2026

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