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

Signing you up...

Thank you for signing up!

PHP Decode

<?php namespace Webkul\Attribute\Providers; use Illuminate\Support\ServiceProvider; cla..

Decoded Output download

<?php

namespace Webkul\Attribute\Providers;

use Illuminate\Support\ServiceProvider;

class AttributeServiceProvider extends ServiceProvider
{
    /**
     * Bootstrap services.
     */
    public function boot(): void
    {
        $this->loadMigrationsFrom(__DIR__.'/../Database/Migrations');
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Webkul\Attribute\Providers;

use Illuminate\Support\ServiceProvider;

class AttributeServiceProvider extends ServiceProvider
{
    /**
     * Bootstrap services.
     */
    public function boot(): void
    {
        $this->loadMigrationsFrom(__DIR__.'/../Database/Migrations');
    }
}

Function Calls

None

Variables

None

Stats

MD5 d5f60b447e5180f6474aa41c8ee6262b
Eval Count 0
Decode Time 81 ms