mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 02:04:03 +00:00
fixed formatting (lots of spaces) (#160)
* 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 <samuel.stancl@gmail.com>
This commit is contained in:
parent
88f58d3907
commit
4a1a5f829e
1 changed files with 2 additions and 2 deletions
|
|
@ -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');
|
||||
});
|
||||
});
|
||||
```
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue