Skip to content

Commit

Permalink
Merge pull request #6 from tabacitu/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
eduardoarandah authored Jun 5, 2018
2 parents 6bb36f9 + 46db1e0 commit 23ad400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class User extends Authenticatable
4) [Optional] Add a menu item for it:

```bash
php artisan backpack:base:add-sidebar-content "<li><a href='{{ url(backpack_url('user')) }}'><i class='fa fa-user'></i> <span>Users</span></a></li>"
php artisan backpack:base:add-sidebar-content "<li><a href='{{ backpack_url('user') }}'><i class='fa fa-user'></i> <span>Users</span></a></li>"
```
(alternatively, manually add an item in ```resources/views/vendor/backpack/base/inc/sidebar_content.blade.php``` or ```menu.blade.php```)

Expand Down

0 comments on commit 23ad400

Please sign in to comment.