We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CookieStore::get()
1 parent c8f8ff7 commit fce2858Copy full SHA for fce2858
user_guide_src/source/libraries/cookies/013.php
@@ -1,9 +1,6 @@
1
<?php
2
3
-cookies()->get(); // array of Cookie objects
4
-
5
-// alternatively, you can use the display method
6
-cookies()->display();
+cookies()->display(); // array of Cookie objects
7
8
// or even from the Response
9
service('response')->getCookies();
0 commit comments