Skip to content

Commit

Permalink
Dashboard View Read Me
Browse files Browse the repository at this point in the history
  • Loading branch information
devmtm committed Nov 6, 2018
1 parent e8512ce commit ed95584
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,8 @@ If you dont provide viewName, it will create all previous nova views.

You can modify any view component inside /nova-components/views/resourceName/resources/js/views

<<<<<<< HEAD
# Example Usage: Creating custom detail view for user resource
=======
# Example Usage
>>>>>>> 536d723f81dc1c2787d426522255e8b11bafa3f0

To create a new view, say user detail view, you can run the command:
```
php artisan nova:views user detail
Expand All @@ -68,7 +65,6 @@ You can modify the default view by going to the path: '/nova-components/views/us
<div>YOUR_CODE_HERE<div>
</template>
```
<<<<<<< HEAD

# Example Usage: Creating Custom Dashboard
To create a custom dashboard view, you can run the command:
Expand All @@ -83,5 +79,3 @@ You can modify the dashboard view by going to the path: '/nova-components/views/
<div>YOUR_CODE_HERE<div>
</template>
```
=======
>>>>>>> 536d723f81dc1c2787d426522255e8b11bafa3f0

0 comments on commit ed95584

Please sign in to comment.