PHPackages                             octobro/oc-boilerplate - 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. octobro/oc-boilerplate

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

octobro/oc-boilerplate
======================

v3(4y ago)1469[1 issues](https://github.com/octobroid/oc-boilerplate/issues)proprietaryPHPPHP ^8.0.2CI failing

Since Jun 4Pushed 4y ago2 watchersCompare

[ Source](https://github.com/octobroid/oc-boilerplate)[ Packagist](https://packagist.org/packages/octobro/oc-boilerplate)[ RSS](/packages/octobro-oc-boilerplate/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (11)Versions (3)Used By (0)

OctoberCMS Boilerplate
======================

[](#octobercms-boilerplate)

*by Octobro*

---

[OctoberCMS](http://octobercms.com) is a powerful CMS based on [Laravel PHP Framework](http://laravel.com).

Requirements
------------

[](#requirements)

1. PHP &gt;= 7.4
2. [Composer](http://getcomposer.org) 2
3. October CMS License Key (`auth.json`)

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

[](#getting-started)

1. Clone to your base project directory.

    ```
    git clone --depth 1 https://github.com/octobroid/oc-boilerplate.git

    ```
2. Go to the project folder and don't forget to remove `.git` folder. Create your own repository.

    ```
    cd
    rm -rf ./.git
    git init

    ```
3. Put the `auth.json` to the root directory for your access to download the October CMS library. Don't forget to remove it from `.gitignore` if you already set up the project.
4. Install composer dependencies.

    ```
    composer install

    ```
5. Create configuration file `.env` (copy from `.env.example`) and set the database configuration.

    ```
    DB_HOST=localhost
    DB_DATABASE=
    DB_USERNAME=
    DB_PASSWORD=

    ```
6. Migrate October database.

    ```
    php artisan october:migrate

    ```
7. For security reason, please generate new application key.

    ```
    php artisan key:generate

    ```
8. To enable [Laravel Horizon](https://laravel.com/docs/master/horizon), run the command below to generate the assets.

    ```
    php artisan horizon:assets

    ```

Plugins
-------

[](#plugins)

In this boilerplate, **we've installed**:

1. [RainLab.User](https://octobercms.com/plugin/rainlab-user)
2. [RainLab.Sitemap](https://octobercms.com/plugin/rainlab-sitemap)
3. [RainLab.Pages](https://octobercms.com/plugin/rainlab-pags)
4. [Mja.Mail](https://octobercms.com/plugin/mja-mail)
5. [Jacob.Horizon](https://octobercms.com/plugin/jacob-horizon)

More plugins that we recommend (not installed yet):

1. [RainLab.Blog](https://octobercms.com/plugin/rainlab-blog)
2. [RainLab.Translate](https://octobercms.com/plugin/rainlab-translate)
3. [Responsiv.Uploader](https://octobercms.com/plugin/responsiv-uploader)

To install plugin, run the command:

```
php artisan plugin:install

```

Frontend Theme
--------------

[](#frontend-theme)

We implement the minimalist CSS library [Pico.css](https://picocss.com/).

Coding Standards
----------------

[](#coding-standards)

Please follow the following guide:

- [OctoberCMS Developer Guide](https://octobercms.com/help/guidelines/developer)

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

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

###  Release Activity

Cadence

Every ~3 days

Total

2

Last Release

1483d ago

PHP version history (2 changes)v2PHP &gt;=7.2.9

v3PHP ^8.0.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/12916906?v=4)[octobro](/maintainers/octobro)[@OctoBro](https://github.com/OctoBro)

---

Top Contributors

[![triasrahman](https://avatars.githubusercontent.com/u/7110859?v=4)](https://github.com/triasrahman "triasrahman (45 commits)")[![prasiman](https://avatars.githubusercontent.com/u/8805410?v=4)](https://github.com/prasiman "prasiman (10 commits)")[![syehan](https://avatars.githubusercontent.com/u/21031766?v=4)](https://github.com/syehan "syehan (9 commits)")[![angellicaos](https://avatars.githubusercontent.com/u/16071259?v=4)](https://github.com/angellicaos "angellicaos (8 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (5 commits)")[![muhammad-ihsan](https://avatars.githubusercontent.com/u/10700286?v=4)](https://github.com/muhammad-ihsan "muhammad-ihsan (2 commits)")[![surahmans](https://avatars.githubusercontent.com/u/8978940?v=4)](https://github.com/surahmans "surahmans (1 commits)")[![syafilm](https://avatars.githubusercontent.com/u/33012455?v=4)](https://github.com/syafilm "syafilm (1 commits)")

---

Tags

boilerplatelaraveloctobercms

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/octobro-oc-boilerplate/health.svg)

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

###  Alternatives

[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

23.8k69.4k](/packages/grumpydictator-firefly-iii)[unopim/unopim

UnoPim Laravel PIM

10.5k2.2k](/packages/unopim-unopim)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17818.7k](/packages/markwalet-nova-modal-response)

PHPackages © 2026

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