Giter Club home page Giter Club logo

oc-boilerplate's Introduction

OctoberCMS Boilerplate

by Octobro


OctoberCMS is a powerful CMS based on Laravel PHP Framework.

Requirements

  1. PHP >= 7.4
  2. Composer 2
  3. October CMS License Key (auth.json)

Getting Started

  1. Clone to your base project directory.

    git clone --depth 1 https://github.com/octobroid/oc-boilerplate.git <project-name>
    
  2. Go to the project folder and don't forget to remove .git folder. Create your own repository.

    cd <project-name>
    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=<database-name>
    DB_USERNAME=<database-user>
    DB_PASSWORD=<database-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, run the command below to generate the assets.

    php artisan horizon:assets
    

Plugins

In this boilerplate, we've installed:

  1. RainLab.User
  2. RainLab.Sitemap
  3. RainLab.Pages
  4. Mja.Mail
  5. Jacob.Horizon

More plugins that we recommend (not installed yet):

  1. RainLab.Blog
  2. RainLab.Translate
  3. Responsiv.Uploader

To install plugin, run the command:

php artisan plugin:install <plugin-name>

Frontend Theme

We implement the minimalist CSS library Pico.css.

Coding Standards

Please follow the following guide:

oc-boilerplate's People

Contributors

triasrahman avatar prasiman avatar syehan avatar angellicaos avatar dependabot[bot] avatar muhammad-ihsan avatar surahmans avatar syafilm avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.