Skip to content

Commit

Permalink
Required packages information added (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvetty authored Jul 5, 2024
1 parent 9f49bde commit 92b3db0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion docs/installation-guide.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Installation Guide

## Dependencies installation
## Dependencies Installation
**Please ensure that you have the following packages installed and configured in your project:**

- [VueJS (^3.0.0)](https://vuejs.org)
- [Bootstrap (^5.0.0)](https://getbootstrap.com/docs/5.0/getting-started/introduction/)


You can install Krait via Composer by running:
```sh
composer require mtrdesign/krait
Expand Down
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Run the artisan command to create all table resource
php artisan krait:table {here goes the table name}
```

!!! info "Custom Directory"
!!! tip "Custom Directory"
Similar to other Laravel generation commands, you can specify the
table assets directory structure by prepending it to the name.

Expand Down

0 comments on commit 92b3db0

Please sign in to comment.