Download the PHP package octobro/oc-boilerplate without Composer
On this page you can find all versions of the php package octobro/oc-boilerplate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package oc-boilerplate
OctoberCMS Boilerplate
by Octobro
OctoberCMS is a powerful CMS based on Laravel PHP Framework.
Requirements
- PHP >= 7.4
- Composer 2
- October CMS License Key (
auth.json
)
Getting Started
-
Clone to your base project directory.
-
Go to the project folder and don't forget to remove
.git
folder. Create your own repository. -
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. -
Install composer dependencies.
-
Create configuration file
.env
(copy from.env.example
) and set the database configuration. -
Migrate October database.
-
For security reason, please generate new application key.
- To enable Laravel Horizon, run the command below to generate the assets.
Plugins
In this boilerplate, we've installed:
More plugins that we recommend (not installed yet):
To install plugin, run the command:
Frontend Theme
We implement the minimalist CSS library Pico.css.
Coding Standards
Please follow the following guide:
All versions of oc-boilerplate with dependencies
ext-exif Version *
ext-gd Version *
ext-mbstring Version *
ext-openssl Version *
laravel/framework Version ^9.0
laravel/horizon Version ^5.0
league/flysystem-aws-s3-v3 Version ^3.0
october/all Version ^3.0
october/rain Version ^3.0
predis/predis Version ^1.1
rainlab/pages-plugin Version ^1.5
rainlab/sitemap-plugin Version ^1.2
rainlab/user-plugin Version ^1.6
wikimedia/composer-merge-plugin Version ^2.0