Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<div> <input wire:model.live="search" type="text" dusk="search"> @foreach ($posts..

Decoded Output download

<?  <div>
    <input wire:model.live="search" type="text" dusk="search">

    @foreach ($posts as $post)
        <h1 wire:key="post-{{ $post->id }}">{{ $post->title }}</h1>
    @endforeach

    {{ $posts->links() }}
</div>
 ?>

Did this file decode correctly?

Original Code

<div>
    <input wire:model.live="search" type="text" dusk="search">

    @foreach ($posts as $post)
        <h1 wire:key="post-{{ $post->id }}">{{ $post->title }}</h1>
    @endforeach

    {{ $posts->links() }}
</div>

Function Calls

None

Variables

None

Stats

MD5 d730b9a8969b7f1bf994790154292918
Eval Count 0
Decode Time 97 ms