PHPackages                             grundmanis/laracms - 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. grundmanis/laracms

Abandoned → [https://github.com/Grundmanis/novabits](/?search=https%3A%2F%2Fgithub.com%2FGrundmanis%2Fnovabits)ArchivedLibrary[Admin Panels](/categories/admin)

grundmanis/laracms
==================

Laravel cms

v0.3.0(3y ago)720315MITCSS

Since Jun 21Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Grundmanis/laracms)[ Packagist](https://packagist.org/packages/grundmanis/laracms)[ RSS](/packages/grundmanis-laracms/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (3)Versions (7)Used By (5)

Lara CMS - Laravel Content Management System
============================================

[](#lara-cms---laravel-content-management-system)

This is the Content Management System on Laravel (tested - 5.5 / 5.6), made for fun. [![laravel](https://user-images.githubusercontent.com/6103997/35647123-3fa8b218-06da-11e8-9cf8-6e7ddd7296d6.png)](https://user-images.githubusercontent.com/6103997/35647123-3fa8b218-06da-11e8-9cf8-6e7ddd7296d6.png)

How to use
----------

[](#how-to-use)

### Dashboard

[](#dashboard)

Link to laracms dashboard:

```
yourhost.com/laracms

```

Test user (But run seeder first):

```
login: admin@laracms.com
password: secret

```

Publish config file which stores dashboard menu points, you can add your own too:

```
php artisan vendor:publish --tag=laracms

```

### Modules

[](#modules)

You can write your own modules for laracms, check [Modules](https://github.com/Grundmanis/laracms/tree/master/src/Modules) folder, or check already created by me separate module - [Content Module](https://github.com/Grundmanis/laracms-content)

### User module

[](#user-module)

Simple module which allows to CRUD cms users

### Content module

[](#content-module)

This module allows to use translated texts directly from database in your blade files and manage them in laracms dashboard.

Click on "content" menu point or go to `yourhost.com/laracms/content/`, create a new content with unique slug and translated values, then in blade files, use `Content::get($slug, $locale = null)` or helper `content($slug, $locale = null)`

### Pages module

[](#pages-module)

This module allows to create a new pages with urls for your website.

Publish page layouts to make available to modify them

```
php artisan vendor:publish --tag=laracms_pages

```

Then `resources/views/laracms/pages/layouts` will appear with 2 already created layouts, You can create your own layouts in this folder and they will be automatically grabbed by laracms.

Click on "pages" menu point or go to `yourhost.com/laracms/pages/`, create a new page by using unique URL, choose layout and type some text. Now, You can see your page: `yourhost.com/whatever_created_page_slug_here`

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

[](#installation)

Run

```
composer require grundmanis/laracms @dev

```

For authentication in dashboard, in `config/auth.php` add a new guard:

```
'laracms' => [
    'driver' => 'session',
    'provider' => 'laracms_users'
]

```

and a new provider:

```
'laracms_users' => [
    'driver' => 'eloquent',
    'model' => \Grundmanis\Laracms\Modules\User\Models\LaracmsUser::class
]

```

Finally, run configuration command:

```
php artisan laracms:configure

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

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

Total

4

Last Release

1168d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8cfc2e6d49d97a11b0bbf599f046a4154508b64d0e33bff2c22cb87c243fb8a9?d=identicon)[Grundmanis](/maintainers/Grundmanis)

---

Top Contributors

[![Grundmanis](https://avatars.githubusercontent.com/u/6103997?v=4)](https://github.com/Grundmanis "Grundmanis (23 commits)")

---

Tags

adminadmin-dashboardadmin-panelcmslaracmslaravellaravelcmsdashboardadminpanel

### Embed Badge

![Health badge](/badges/grundmanis-laracms/health.svg)

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

PHPackages © 2026

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