Skip to content

Introduction

Laravel Command Word Manager is a practical Laravel extension package designed to facilitate easy communication between plugins (independent functional modules). By using this package, you can efficiently organize and manage interactions among plugins, enhancing the overall synergy of your application.

Installation

bash
composer require fresns/cmd-word-manager

View

View all registered plugins and the plugin registration command word.

php
\FresnsCmdWord::all();

Released under the Apache-2.0 License