Skip to content

GregoryBrownConsultancy/oc-horizon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel horizon plugin for OctoberCMS

Provide Laravel Horizon inside your OctoberCMS application.

Minimal requirement : OctoberCMS 1.1.x

Setup

Requirement : Redis queue and PHP >=7.2

  1. Check if your php version in your composer.json require is >=7.2
  2. Install laravel horizon trough composer composer require laravel/horizon "^3.5"
  3. Publish the laravel horizon assets php artisan horizon:assets
  4. Install this plugin
  5. Edit the config file config/horizon.php - see here
  6. run php artisan horizon

For production this command needs to be supervised by a tool like supervisord. Supervisord will take care of restarting a process when it fails.

More information about running Horizon

Graphs

Horizon provides a queue usage graph, if you want use them you need to have the October CMS scheduler cron correctly configured.

Dark mode

You can enable dark mode in your .env file: ENABLE_HORZION_DARK_MODE=true

About

Laravel Horizon integration for OctoberCMS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 95.1%
  • HTML 4.9%