This commit is contained in:
Samuel Štancl 2019-11-10 15:42:13 +01:00
parent be8d1fa497
commit c69505a09a
8 changed files with 51 additions and 14 deletions

View file

@ -92,7 +92,7 @@ The aliases are used by the [event system]({{ $page->link('hooks') }})
### `features` {#bootstrappers}
Features are similar to bootstrappers, but they are executed regardless of whether tenancy has been initialized or not. Their purpose is to provide additional functionality beyond what is necessary for the package to work. Things like easy redirects to tenant domains, tags in Telescope, etc.
[Features]({{ $page->link('optional-features') }}) are similar to bootstrappers, but they are executed regardless of whether tenancy has been initialized or not. Their purpose is to provide additional functionality beyond what is necessary for the package to work. Things like easy redirects to tenant domains, tags in Telescope, etc.
### `home_url` {#home-url}