amsterdamys/october-cms-backend-only

There is no license information available for the latest version (dev-master) of this package.

Does not allow to pass other pages of october cms but backend

dev-master 2017-09-14 13:05 UTC

This package is not auto-updated.

Last update: 2024-04-27 22:29:56 UTC


README

Sometimes you may need to use october cms only as a control panel, and you're gonna face with issues when non-backend pages are still accessed. That library painlessly resolves this problem.

Installation via composer

composer require amsterdamys/october-cms-backend-only

Setup

Add ServiceProvider to the providers array in app/config/app.php

Amsterdamys\OctoberCmsBackendOnly\RedirectServiceProvider::class,

Finish

Now, your application will be redirected from others pages to the backend automatically.