Skip to content

Commit 1bd0528

Browse files
committed
fixup! Migrate Laravel getting started guide from textile to mdx
1 parent 95fdce1 commit 1bd0528

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pages/docs/getting-started/laravel.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,9 @@ Install `Ably`, Ably's fork of `laravel-echo`, and `axios` in your Laravel proje
212212
```shell
213213
npm install @ably/laravel-echo ably axios
214214
```
215+
</Code>
215216

216-
Create or update ``resources/js/bootstrap.js`` to include Echo configuration:
217+
Create or update `resources/js/bootstrap.js` to include Echo configuration:
217218

218219
<Code>
219220
```javascript

0 commit comments

Comments
 (0)