home
/
zktecojo
/
public_html
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Support
/
Contracts
➕ New
📤 Upload
✎ Editing:
ResponsePreparerInterface.php
← Back
<?php namespace Illuminate\Support\Contracts; interface ResponsePreparerInterface { /** * Prepare the given value as a Response object. * * @param mixed $value * @return \Symfony\Component\HttpFoundation\Response */ public function prepareResponse($value); /** * Determine if provider is ready to return responses. * * @return bool */ public function readyForResponses(); }
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel