From 4a1a5f829ece0d3534f5889192a037e98323df28 Mon Sep 17 00:00:00 2001 From: Impeck Date: Sat, 4 Jun 2022 20:29:01 +0500 Subject: [PATCH] fixed formatting (lots of spaces) (#160) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add Laravel Orchid integration * add the path to the "home" route for central application * fix link to Universal Routes * fixed formatting (lots of spaces) Co-authored-by: Samuel Ć tancl --- source/docs/v3/integrations/orchid.blade.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/docs/v3/integrations/orchid.blade.md b/source/docs/v3/integrations/orchid.blade.md index 0e2aec1..de7c1f8 100644 --- a/source/docs/v3/integrations/orchid.blade.md +++ b/source/docs/v3/integrations/orchid.blade.md @@ -30,7 +30,7 @@ Laravel Orchid has already been installed according to the [documentation Orchid ->breadcrumbs(function (Trail $trail) { return $trail->push(__('Home'), route('platform.index')); }); - ``` + ``` - In the file `app\Providers\RouteServiceProvider.php`, if necessary, change the path to the "home" route for your central application. By default for Orchid it will be `'admin/main'` @@ -51,4 +51,4 @@ Laravel Orchid has already been installed according to the [documentation Orchid return 'This is your multi-tenant application. The id of the current tenant is ' . tenant('id'); }); }); - ``` + ```