Your IP : 3.145.64.210


Current Path : /home/lentoinv/props/vendor/laravel/framework/src/Illuminate/Support/Facades/
Upload File :
Current File : /home/lentoinv/props/vendor/laravel/framework/src/Illuminate/Support/Facades/Vite.php

<?php

namespace Illuminate\Support\Facades;

/**
 * @method static string useCspNonce(?string $nonce = null)
 * @method static string|null cspNonce()
 * @method static string|null manifestHash(?string $buildDirectory = null)
 * @method static string asset(string $asset, string|null $buildDirectory)
 * @method static string hotFile()
 * @method static \Illuminate\Foundation\Vite useBuildDirectory(string $path)
 * @method static \Illuminate\Foundation\Vite useHotFile(string $path)
 * @method static \Illuminate\Foundation\Vite useIntegrityKey(string|false $key)
 * @method static \Illuminate\Foundation\Vite useScriptTagAttributes(callable|array $callback)
 * @method static \Illuminate\Foundation\Vite useStyleTagAttributes(callable|array $callback)
 * @method static \Illuminate\Foundation\Vite withEntryPoints(array $entryPoints)
 *
 * @see \Illuminate\Foundation\Vite
 */
class Vite extends Facade
{
    /**
     * Get the registered name of the component.
     *
     * @return string
     */
    protected static function getFacadeAccessor()
    {
        return \Illuminate\Foundation\Vite::class;
    }
}

?>