We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 899b572 commit ffb74aaCopy full SHA for ffb74aa
readme.md
@@ -40,14 +40,6 @@ Route::prefix('/ldap')->group(function () {
40
});
41
```
42
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
51
Since Browser has an index route (`/`), it's recommended to wrap it inside of a group
52
with a prefix so it does not collide with your applications root index page.
53
0 commit comments