Skip to content

Commit ffb74aa

Browse files
authored
Remove doc about added routes
1 parent 899b572 commit ffb74aa

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

readme.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,6 @@ Route::prefix('/ldap')->group(function () {
4040
});
4141
```
4242

43-
This will register the below three (3) routes:
44-
45-
```php
46-
Route::get('/', Connections::class)->name('ldap::connections');
47-
Route::get('/{connection}', Browse::class)->name('ldap::browse');
48-
Route::get('/{connection}/{guid}', Browse::class)->name('ldap::show');
49-
```
50-
5143
Since Browser has an index route (`/`), it's recommended to wrap it inside of a group
5244
with a prefix so it does not collide with your applications root index page.
5345

0 commit comments

Comments
 (0)