Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
luizcmarin committed Apr 20, 2024
1 parent 0d4623b commit 184401e
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,18 @@ $cookie = (new \Yiisoft\Cookies\Cookie('cookieName'))
->withRawValue('ebaKUq90PhiHck_MR7st-E1SxhbYWiTsLo82mCTbNuAh7rgflx5LVsYfJJseyQCrODuVcJkTSYhm1WKte-l5lQ==')
```

See [Yii guide to cookies](https://github.com/yiisoft/docs/blob/master/guide/en/runtime/cookies.md) for more info.

## Documentation

English:

- See [Yii guide to cookies](https://github.com/yiisoft/docs/blob/master/guide/en/runtime/cookies.md) for more info.

Portuguese - Brazil:

- Leia [Yii guide to cookies](https://github.com/yiisoft/docs/blob/master/guide/pt-BR/runtime/cookies.md) para mais informações.

Testing:

- More information can be found in the [Internals.](docs/internals.md)

## Support
Expand All @@ -171,7 +179,7 @@ You may also check out other [Yii Community Resources](https://www.yiiframework.

## License

The Yii Access is free software. It is released under the terms of the BSD License.
The Yii Cookies is free software. It is released under the terms of the BSD License.
Please see [`LICENSE`](./LICENSE.md) for more information.

Maintained by [Yii Software](https://www.yiiframework.com/).

0 comments on commit 184401e

Please sign in to comment.