PHPackages                             bitpixel/springcms - 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. [Framework](/categories/framework)
4. /
5. bitpixel/springcms

ActiveLibrary[Framework](/categories/framework)

bitpixel/springcms
==================

Laravel based CMS

059JavaScript

Since Dec 3Pushed 1y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (3)Used By (0)

SpringCMS - A Laravel based CMS
===============================

[](#springcms---a-laravel-based-cms)

Install
-------

[](#install)

1. Install the package: `composer require bitpixel/springcms:dev-master`
2. Remove the default home route from `routes/web.php`. This route is defined in our package
3. This package uses the ([https://github.com/UniSharp/laravel-filemanager)\[https://github.com/UniSharp/laravel-filemanager\]](https://github.com/UniSharp/laravel-filemanager)%5Bhttps://github.com/UniSharp/laravel-filemanager%5D) package to manage images. Run the following command to publish laravel-filemanager config &amp;&amp; assets:

`php artisan vendor:publish --tag=lfm_config --force`

`php artisan vendor:publish --tag=lfm_public --force`

This will generate `config/lfm.php`. Edit this file and set `use_package_routes` to `false`.

Update filesystem config: Open `config/filesystem.php` &amp; change the public disk as follows:

```
'public' => [
            'driver' => 'local',
            'root' => public_path('/uploads/files'),
            'url' => '/uploads/files',
            'visibility' => 'public',
            'throw' => false,
        ],
```

4. Run the project using `php artisan serve` &amp;&amp; open the project in your browser. It should redirect to the `/install` route. Complete the installation process by following the steps.

Publish docs
------------

[](#publish-docs)

Go inside `/docs` folder then run `npm run build && npm run deploy`

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity19

Early-stage or recently created project

 Bus Factor1

Top contributor holds 56.6% 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/238d3df71136c74dd68108a681753ca10a7225c592544930695d7977050d1512?d=identicon)[bitpixelbd21](/maintainers/bitpixelbd21)

---

Top Contributors

[![rashidul-hasan](https://avatars.githubusercontent.com/u/8081870?v=4)](https://github.com/rashidul-hasan "rashidul-hasan (176 commits)")[![mahmudulhasan716](https://avatars.githubusercontent.com/u/80215312?v=4)](https://github.com/mahmudulhasan716 "mahmudulhasan716 (62 commits)")[![Mamunul515](https://avatars.githubusercontent.com/u/71282473?v=4)](https://github.com/Mamunul515 "Mamunul515 (46 commits)")[![mdzahidulislam314](https://avatars.githubusercontent.com/u/60391972?v=4)](https://github.com/mdzahidulislam314 "mdzahidulislam314 (27 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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