PHP 8.3.31
Preview: Dumpable.php Size: 480 B
/home/getspomw/royalsquad.us/vendor/laravel/framework/src/Illuminate/Support/Traits/Dumpable.php

<?php

namespace Illuminate\Support\Traits;

trait Dumpable
{
    /**
     * Dump the given arguments and terminate execution.
     *
     * @param  mixed  ...$args
     * @return never
     */
    public function dd(...$args)
    {
        dd($this, ...$args);
    }

    /**
     * Dump the given arguments.
     *
     * @param  mixed  ...$args
     * @return $this
     */
    public function dump(...$args)
    {
        dump($this, ...$args);

        return $this;
    }
}

Directory Contents

Dirs: 0 × Files: 7

Name Size Perms Modified Actions
1.40 KB lrw-rw-rw- 2025-09-17 06:53:02
Edit Download
480 B lrw-rw-rw- 2025-09-17 06:53:02
Edit Download
1.83 KB lrw-rw-rw- 2025-09-17 06:53:02
Edit Download
9.65 KB lrw-rw-rw- 2025-09-17 06:53:02
Edit Download
629 B lrw-rw-rw- 2025-09-17 06:53:02
Edit Download
2.52 KB lrw-rw-rw- 2025-09-17 06:53:02
Edit Download
395 B lrw-rw-rw- 2025-09-17 06:53:02
Edit Download

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