PHPackages                             shoulderscms/shoulderscms - 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. shoulderscms/shoulderscms

ActiveLibrary

shoulderscms/shoulderscms
=========================

0.1(11y ago)142JavaScriptPHP &gt;=5.4.0

Since Jan 18Pushed 11y ago1 watchersCompare

[ Source](https://github.com/ShouldersCMS/Core)[ Packagist](https://packagist.org/packages/shoulderscms/shoulderscms)[ RSS](/packages/shoulderscms-shoulderscms/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (3)Used By (0)

Shoulderscms
============

[](#shoulderscms)

Currently a very early version of a CMS built on top of Laravel. Also uses Admin LTE as the backend theme.

Getting Started
---------------

[](#getting-started)

This is not production ready...so use at your own risk. This is a very early release.

- install Laravel like you normally would.
- Add the following to the require block in your composer.json file

```
"shoulderscms/shoulderscms": "dev-master"
```

- Do composer update in terminal
- Add the following to your `app/app.php` under service providers:

```
'providers' => [
    'Shoulderscms\Shoulderscms\ShoulderscmsServiceProvider',
	'Lavary\Menu\ServiceProvider',
	'Jaybizzle\Safeurl\SafeurlServiceProvider',
]
```

- Add the following to your `app/app.php` under aliases:

```
'aliases' => [
	'Menu'				=> 'Shoulderscms\Shoulderscms\Facades\Menu',
	'Safeurl'           => 'Jaybizzle\Safeurl\Facades\Safeurl',
]
```

- For some reason there is an error currently in the Menu package. Open vendor/lavary/laravel-menu/src/Lavary/Menu/Menu.php and comment out line 63
- Update your app/config/local/database.php file to reflect your local DB with proper host, database, username, password credentials.
- Run package migrations by running the following in terminal:

```
php artisan migrate --package=shoulderscms/shoulderscms
```

- Publish the package assets

```
php artisan asset:publish shoulderscms/shoulderscms
```

- Remove the base `app/routes.php` file. Or just delete the route inside. Otherwise the homepage will only show the default Laravel screen.
- assuming you have set everything up correctly, you should be able to go to /admin and see the login screen. Use the console to set up a new user using the `php artisan create-user` command. You will be prompted for all the necessary fields.

> Note: If you are using Homestead, you may have to be SSHed into your Homestead machine in order for it to be able to write to your DB.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

Total

2

Last Release

4138d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d616aab541a2c6c34aba4b6d2b8bfa2f6182a6f3ffd2687dcb731a44a857676a?d=identicon)[ahuggins](/maintainers/ahuggins)

---

Top Contributors

[![ahuggins](https://avatars.githubusercontent.com/u/1791228?v=4)](https://github.com/ahuggins "ahuggins (32 commits)")

### Embed Badge

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

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

###  Alternatives

[sebastienheyd/boilerplate

Laravel Boilerplate based on AdminLTE 3 with blade components, user management, roles, permissions, logs viewer, ...

28618.2k3](/packages/sebastienheyd-boilerplate)[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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