You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: laravel/index.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -305,7 +305,7 @@ and when we request a Book we obtain:
305
305
306
306
To create a Book related to an author, you should use IRIs to reference the relation:
307
307
308
-
```json
308
+
```http
309
309
PATCH /api/books/1
310
310
Content-Type: application/merge-patch+json
311
311
@@ -421,7 +421,6 @@ php artisan db:seed
421
421
```
422
422
423
423
> [!NOTE]
424
-
>
425
424
> The `fake()` helper provided by Laravel lets you generate different types of random data for testing and seeding purposes. It uses [the Faker library](https://fakerphp.org), which has been created by François Zaninotto.
426
425
> François is also a member of the API Platform Core Team.
427
426
> He maintains [API Platform Admin](../admin/index.md), a tool built on top of his popular [React-Admin](https://marmelab.com/react-admin/) library that makes creating admin interfaces consuming your API data super easy.
0 commit comments