amsterdamys / october-cms-backend-only
Does not allow to pass other pages of october cms but backend
Installs: 378
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/amsterdamys/october-cms-backend-only
Requires
- laravel/laravel: 5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*
This package is not auto-updated.
Last update: 2025-10-26 05:31:17 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.