Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Jan 11, 2024
1 parent da0b6a9 commit e13615a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/advanced-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ If a module supports per method exports, like `lodash` does, it is recomended to
<x-bundle import="lodash" as="lodash" /> <!-- 78kb -->
```

### Artisan commands
## Artisan commands

There are a couple of commands at your disposal:

**artisan bundle:build**
### `artisan bundle:build`

Scan all your build_paths configured in `config/bundle.php` & compile all your imports.

Expand All @@ -79,6 +79,6 @@ You may configure what paths are scanned by publishing the Bundle config file an
]
```

**artisan bundle:clear**
### `artisan bundle:clear`

Clear all bundled scripts.
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ nav_order: 1
title: Quickstart
---

{: .fs-5 .fw-300}
Effortless page specific JavaScript modules in Laravel/Livewire apps

[![codestyle](https://github.com/media-code/workspace/actions/workflows/codestyle.yml/badge.svg)](https://github.com/media-code/workspace/actions/workflows/codestyle.yml)
[![tests](https://github.com/media-code/workspace/actions/workflows/tests.yml/badge.svg)](https://github.com/media-code/workspace/actions/workflows/tests.yml)
[![coverage](https://img.shields.io/codecov/c/github/media-code/workspace?token=ON4MTY8C1B&color=45%2C190%2C65)](https://codecov.io/gh/media-code/workspace)
[![core coverage](https://img.shields.io/codecov/c/github/media-code/workspace-core?label=core%20coverage&token=ON4MTY8C1B&color=45%2C190%2C65)](https://codecov.io/gh/media-code/workspace-core)

{: .fs-6 .fw-300}
Effortless page specific JavaScript modules in Laravel/Livewire apps

## Quickstart

```bash
Expand Down

0 comments on commit e13615a

Please sign in to comment.