fix link to Universal Routes

This commit is contained in:
Impeck 2022-04-11 12:08:12 +05:00
parent acec90c269
commit 43a122ba55

View file

@ -12,7 +12,7 @@ The instruction is written for a newly installed Orchid platform, it is proposed
Laravel Orchid has already been installed according to the [documentation Orchid](https://orchid.software/en/docs/installation/). All the steps have also been completed [Quickstart Tutorial](/docs/v3/quickstart). Laravel Orchid has already been installed according to the [documentation Orchid](https://orchid.software/en/docs/installation/). All the steps have also been completed [Quickstart Tutorial](/docs/v3/quickstart).
- To use Orchid both in the central & tenant parts you need to enable [Universal Routes](docs/v3/features/universal-routes). - To use Orchid both in the central & tenant parts you need to enable [Universal Routes]({{ $page->link('features/universal-routes') }}).
- Add the tenancy middleware to your `config\platform.php` - Add the tenancy middleware to your `config\platform.php`
```php ```php