Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
public function index() { $title = 'Listagem dos produtos'; ..
Decoded Output download
<? public function index()
{
$title = 'Listagem dos produtos';
$products = $this->product->all();
return view('painel.products.index', compact('products', 'title'));
} ?>
Did this file decode correctly?
Original Code
public function index()
{
$title = 'Listagem dos produtos';
$products = $this->product->all();
return view('painel.products.index', compact('products', 'title'));
}
Function Calls
| None |
Stats
| MD5 | 1b36d3b6c0901b2d13dc1a9c5923515f |
| Eval Count | 0 |
| Decode Time | 78 ms |