PATH:
home
/
centosnipponia
/
public_html
/
eccity
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Contracts
/
Support
<?php namespace Illuminate\Contracts\Support; interface Responsable { /** * Create an HTTP response that represents the object. * * @param \Illuminate\Http\Request $request * @return \Symfony\Component\HttpFoundation\Response */ public function toResponse($request); }
[+]
..
[-] ValidatedData.php
[edit]
[-] Renderable.php
[edit]
[-] MessageProvider.php
[edit]
[-] MessageBag.php
[edit]
[-] DeferringDisplayableValue.php
[edit]
[-] Responsable.php
[edit]
[-] Jsonable.php
[edit]
[-] Arrayable.php
[edit]
[-] Htmlable.php
[edit]
[-] DeferrableProvider.php
[edit]
[-] .htaccess.disabled
[edit]