Closed mcharytoniuk closed 6 years ago
Thanks 👍 If you don't, then I might look into making support for OctoberCMS someday.
@marktopper yeah, I might. It would be useful to have a panel independent from OctoberCMS one, because OctoberCMS's backend is not accessible by registered users and not really customizable. Having something like Voyager available would be a great improvement. Thanks!
it is possible to use this panel with OctoberCMS that is based on Laravel, but it uses custom EventDispatcher: https://github.com/octobercms/library/blob/master/src/Events/Dispatcher.php ; it follows dispatcher contract though -in general using contract is more generic solution