PHP 8.3.31
Preview: CompilerInterface.php Size: 560 B
/home/getspomw/royalsquad.us/vendor/laravel/framework/src/Illuminate/View/Compilers/CompilerInterface.php

<?php

namespace Illuminate\View\Compilers;

interface CompilerInterface
{
    /**
     * Get the path to the compiled version of a view.
     *
     * @param  string  $path
     * @return string
     */
    public function getCompiledPath($path);

    /**
     * Determine if the given view is expired.
     *
     * @param  string  $path
     * @return bool
     */
    public function isExpired($path);

    /**
     * Compile the view at the given path.
     *
     * @param  string  $path
     * @return void
     */
    public function compile($path);
}

Directory Contents

Dirs: 1 × Files: 4

Name Size Perms Modified Actions
Concerns DIR
- drwxrwxrwx 2025-09-17 06:52:56
Edit Download
26.94 KB lrw-rw-rw- 2025-09-17 06:52:56
Edit Download
3.22 KB lrw-rw-rw- 2025-09-17 06:52:56
Edit Download
560 B lrw-rw-rw- 2025-09-17 06:52:56
Edit Download
26.14 KB lrw-rw-rw- 2025-09-17 06:52:56
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).