ADBLogin
Trusted Coder
#Laravel #Cookie #Delete #tutorial #Php ** Cách xóa cookie trong Laravel **
Cookies là những mảnh dữ liệu nhỏ được lưu trữ trên máy tính của người dùng khi họ truy cập trang web.Chúng có thể được sử dụng để theo dõi hoạt động của người dùng trên trang web hoặc để lưu trữ thông tin như thông tin đăng nhập.
Trong Laravel, bạn có thể xóa cookie bằng phương thức `Delete ()` của mặt tiền `cookie`.Ví dụ: mã sau sẽ xóa cookie có tên là `'foo'`:
`` `PHP
Cookie :: xóa ('foo');
`` `
Bạn cũng có thể chỉ định ngày hết hạn của cookie khi bạn xóa nó.Ví dụ: mã sau sẽ xóa cookie có tên `'foo'` sau 1 ngày:
`` `PHP
Cookie :: xóa ('foo', bây giờ ()-> addday ());
`` `
Cuối cùng, bạn cũng có thể chỉ định đường dẫn và miền của cookie khi bạn xóa nó.Ví dụ: mã sau sẽ xóa cookie có tên là `'foo'` khỏi đường dẫn và miền hiện tại:
`` `PHP
Cookie :: xóa ('foo', '/', null);
`` `
## Ví dụ
Ví dụ sau đây cho thấy cách xóa cookie trong Laravel bằng cách sử dụng phương thức `delete ()` của mặt tiền `cookie`:
`` `PHP
// Tạo một ứng dụng Laravel mới
$ app = new Illuminate \ foundation \ application ();
// Đăng ký mặt tiền cookie
$ Ứng dụng-> Đăng ký (Illuminate \ Support \ Facades \ Cookie :: Class);
// Tạo một cookie mới
$ cookie = cookie :: make ('foo', 'bar', 10);
// Đặt cookie
$ answer = $ app-> respons-> withcookie ($ cookie);
// Gửi phản hồi
$ Phản hồi-> Gửi ();
// Xóa cookie
Cookie :: xóa ('foo');
`` `
## Bài viết tham khảo
* [Tài liệu Cookie Laravel] (https://laravel.com/docs/8.x/cookies)
* [Cách xóa cookie trong javascript] (https://www.w3schools.com/jsref/met_document_cookie.asp)
* [Cách xóa cookie trong PHP] (PHP: setcookie - Manual)
=======================================
#Laravel #Cookie #Delete #tutorial #Php **How to Delete a Cookie in Laravel**
Cookies are small pieces of data that are stored on a user's computer when they visit a website. They can be used to track a user's activity on a website, or to store information such as their login credentials.
In Laravel, you can delete a cookie using the `delete()` method of the `Cookie` facade. For example, the following code will delete the cookie named `'foo'`:
```php
Cookie::delete('foo');
```
You can also specify the expiration date of the cookie when you delete it. For example, the following code will delete the cookie named `'foo'` after 1 day:
```php
Cookie::delete('foo', now()->addDay());
```
Finally, you can also specify the path and domain of the cookie when you delete it. For example, the following code will delete the cookie named `'foo'` from the current path and domain:
```php
Cookie::delete('foo', '/', null);
```
## Example
The following example shows how to delete a cookie in Laravel using the `delete()` method of the `Cookie` facade:
```php
// Create a new Laravel application
$app = new Illuminate\Foundation\Application();
// Register the Cookie facade
$app->register(Illuminate\Support\Facades\Cookie::class);
// Create a new cookie
$cookie = Cookie::make('foo', 'bar', 10);
// Set the cookie
$response = $app->response->withCookie($cookie);
// Send the response
$response->send();
// Delete the cookie
Cookie::delete('foo');
```
## Reference Articles
* [Laravel Cookie Documentation](https://laravel.com/docs/8.x/cookies)
* [How to Delete a Cookie in JavaScript](https://www.w3schools.com/jsref/met_document_cookie.asp)
* [How to Delete a Cookie in PHP](https://www.php.net/manual/en/function.setcookie.php)
Cookies là những mảnh dữ liệu nhỏ được lưu trữ trên máy tính của người dùng khi họ truy cập trang web.Chúng có thể được sử dụng để theo dõi hoạt động của người dùng trên trang web hoặc để lưu trữ thông tin như thông tin đăng nhập.
Trong Laravel, bạn có thể xóa cookie bằng phương thức `Delete ()` của mặt tiền `cookie`.Ví dụ: mã sau sẽ xóa cookie có tên là `'foo'`:
`` `PHP
Cookie :: xóa ('foo');
`` `
Bạn cũng có thể chỉ định ngày hết hạn của cookie khi bạn xóa nó.Ví dụ: mã sau sẽ xóa cookie có tên `'foo'` sau 1 ngày:
`` `PHP
Cookie :: xóa ('foo', bây giờ ()-> addday ());
`` `
Cuối cùng, bạn cũng có thể chỉ định đường dẫn và miền của cookie khi bạn xóa nó.Ví dụ: mã sau sẽ xóa cookie có tên là `'foo'` khỏi đường dẫn và miền hiện tại:
`` `PHP
Cookie :: xóa ('foo', '/', null);
`` `
## Ví dụ
Ví dụ sau đây cho thấy cách xóa cookie trong Laravel bằng cách sử dụng phương thức `delete ()` của mặt tiền `cookie`:
`` `PHP
// Tạo một ứng dụng Laravel mới
$ app = new Illuminate \ foundation \ application ();
// Đăng ký mặt tiền cookie
$ Ứng dụng-> Đăng ký (Illuminate \ Support \ Facades \ Cookie :: Class);
// Tạo một cookie mới
$ cookie = cookie :: make ('foo', 'bar', 10);
// Đặt cookie
$ answer = $ app-> respons-> withcookie ($ cookie);
// Gửi phản hồi
$ Phản hồi-> Gửi ();
// Xóa cookie
Cookie :: xóa ('foo');
`` `
## Bài viết tham khảo
* [Tài liệu Cookie Laravel] (https://laravel.com/docs/8.x/cookies)
* [Cách xóa cookie trong javascript] (https://www.w3schools.com/jsref/met_document_cookie.asp)
* [Cách xóa cookie trong PHP] (PHP: setcookie - Manual)
=======================================
#Laravel #Cookie #Delete #tutorial #Php **How to Delete a Cookie in Laravel**
Cookies are small pieces of data that are stored on a user's computer when they visit a website. They can be used to track a user's activity on a website, or to store information such as their login credentials.
In Laravel, you can delete a cookie using the `delete()` method of the `Cookie` facade. For example, the following code will delete the cookie named `'foo'`:
```php
Cookie::delete('foo');
```
You can also specify the expiration date of the cookie when you delete it. For example, the following code will delete the cookie named `'foo'` after 1 day:
```php
Cookie::delete('foo', now()->addDay());
```
Finally, you can also specify the path and domain of the cookie when you delete it. For example, the following code will delete the cookie named `'foo'` from the current path and domain:
```php
Cookie::delete('foo', '/', null);
```
## Example
The following example shows how to delete a cookie in Laravel using the `delete()` method of the `Cookie` facade:
```php
// Create a new Laravel application
$app = new Illuminate\Foundation\Application();
// Register the Cookie facade
$app->register(Illuminate\Support\Facades\Cookie::class);
// Create a new cookie
$cookie = Cookie::make('foo', 'bar', 10);
// Set the cookie
$response = $app->response->withCookie($cookie);
// Send the response
$response->send();
// Delete the cookie
Cookie::delete('foo');
```
## Reference Articles
* [Laravel Cookie Documentation](https://laravel.com/docs/8.x/cookies)
* [How to Delete a Cookie in JavaScript](https://www.w3schools.com/jsref/met_document_cookie.asp)
* [How to Delete a Cookie in PHP](https://www.php.net/manual/en/function.setcookie.php)