PHP 8.3.31
Preview: HashServiceProvider.php Size: 747 B
/home/getspomw/royalsquad.us/vendor/laravel/framework/src/Illuminate/Hashing/HashServiceProvider.php

<?php

namespace Illuminate\Hashing;

use Illuminate\Contracts\Support\DeferrableProvider;
use Illuminate\Support\ServiceProvider;

class HashServiceProvider extends ServiceProvider implements DeferrableProvider
{
    /**
     * Register the service provider.
     *
     * @return void
     */
    public function register()
    {
        $this->app->singleton('hash', function ($app) {
            return new HashManager($app);
        });

        $this->app->singleton('hash.driver', function ($app) {
            return $app['hash']->driver();
        });
    }

    /**
     * Get the services provided by the provider.
     *
     * @return array
     */
    public function provides()
    {
        return ['hash', 'hash.driver'];
    }
}

Directory Contents

Dirs: 0 × Files: 8

Name Size Perms Modified Actions
763 B lrw-rw-rw- 2025-09-17 06:53:00
Edit Download
1.22 KB lrw-rw-rw- 2025-09-17 06:53:00
Edit Download
5.77 KB lrw-rw-rw- 2025-09-17 06:53:00
Edit Download
3.75 KB lrw-rw-rw- 2025-09-17 06:53:00
Edit Download
821 B lrw-rw-rw- 2025-09-17 06:53:00
Edit Download
2.90 KB lrw-rw-rw- 2025-09-17 06:53:00
Edit Download
747 B lrw-rw-rw- 2025-09-17 06:53:00
Edit Download
1.05 KB lrw-rw-rw- 2025-09-17 06:53:00
Edit Download

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