We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a64fa3 + 3f338cd commit ad064d5Copy full SHA for ad064d5
1 file changed
readme.md
@@ -21,7 +21,7 @@ Once Composer is done, run the following command:
21
php artisan vendor:publish --provider="Shrft\AdminBar\AdminBarServiceProvider"
22
```
23
24
-If you visit your page, you already have Admin bar!
+**If you visit your page, you already have Admin bar!**
25
26
# Basic Usage
27
@@ -47,7 +47,7 @@ return array(
47
* your admin pages.
48
*
49
* The default is 'admin/*'
50
- * When loading Admin Bar, It checks if current url matches the path set here with Illuminate\Http\Request::is().
+ * The pass is checked with Illuminate\Http\Request::is().
51
52
* */
53
'excludes' => 'admin/*',
0 commit comments