diff --git a/README.md b/README.md index 4e6764a..e92abbd 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ Edit `config/web.php`: ```php ['inertia'] @@ -87,6 +88,7 @@ Simply edit `config/web.php` file: ```php [ 'request' => [ @@ -109,6 +111,7 @@ Massive assignment of shared data: ```php [ 'id' => $this->getUser()->id, @@ -126,6 +129,7 @@ Shared data for one key: ```php $this->getUser()->id, 'first_name' => $this->getUser()->firstName,