Skip to content

Commit

Permalink
Merge pull request #7 from gwleuverink/tests/livewire-interop
Browse files Browse the repository at this point in the history
Tests/livewire interop
  • Loading branch information
gwleuverink committed Jan 25, 2024
2 parents d6448ba + 0a2157d commit 5d29542
Show file tree
Hide file tree
Showing 12 changed files with 746 additions and 434 deletions.
1 change: 1 addition & 0 deletions .phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<exclude-pattern>*/docs/*</exclude-pattern>
<exclude-pattern>*/vendor/*</exclude-pattern>
<exclude-pattern>*/migrations/*</exclude-pattern>
<exclude-pattern>*/tests/*</exclude-pattern>

<!-- Hard-code command-line parameters -->
<arg name="colors"/>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ This is all you need to start using Bundle!

## Basic usage

You may bundle any `node_module` or local script from your `resources/js` directory directly on the page.
You may import any `node_module` or local module from your `resources/js` directory directly on the page.

```html
<x-import module="apexcharts" as="ApexCharts" />
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"spatie/laravel-ignition": "^2.3",
"symfony/thanks": "^1.2",
"orchestra/testbench": "^8.19",
"orchestra/testbench-dusk": "^8.19"
"orchestra/testbench-dusk": "^8.19",
"livewire/livewire": "^3.4"
},
"config": {
"allow-plugins": {
Expand Down
Loading

0 comments on commit 5d29542

Please sign in to comment.