### Install Package via Composer
Source: https://github.com/hostmoz/blade-bootstrap-components/blob/main/README.md
Installs the `hostmoz/blade-bootstrap-components` package into your Laravel project using Composer. This command downloads the package and its dependencies.
```bash
composer require hostmoz/blade-bootstrap-components
```
--------------------------------
### Run Package Tests
Source: https://github.com/hostmoz/blade-bootstrap-components/blob/main/README.md
Executes the automated test suite for the package using PHPUnit via the Composer script.
```bash
composer test
```
--------------------------------
### Using Standard Bootstrap Form Components
Source: https://github.com/hostmoz/blade-bootstrap-components/blob/main/README.md
Demonstrates how to use standard Blade components provided by the package to build a simple form with Bootstrap 5 styling. Components like form, input, select, textarea, checkbox, and submit are shown.
```blade
{{-- Basic Form --}}
Editing user: {{ $user->id }}