Skip to content

Commit

Permalink
Link to the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jan 11, 2023
1 parent 03dab59 commit 0528c62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/framework/src/Foundation/Concerns/HydeExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
* Hyde will be able to use the information within to integrate your plugin, and to allow you to
* hook into various parts of the internal application lifecycle, and through that, all aspects of Hyde.
*
* Before creating your extension, it will certainly be helpful if you first become familiar
* with the basic internal architecture of HydePHP, as well as how the auto-discovery system functions.
* @link https://hydephp.com/docs/master/architecture-concepts
*
* It's important that your class is registered before the HydeKernel boots.
* An excellent place for this is the 'register' method of your extensions service provider,
* where you call the 'registerExtension' method of the HydeKernel singleton instance,
Expand Down

0 comments on commit 0528c62

Please sign in to comment.