PHP 8.3.30
Preview: AppServiceProvider.php Size: 432 B
/home/getspomw/royalsquad.us/app/Providers/AppServiceProvider.php

<?php

namespace App\Providers;

use Illuminate\Support\ServiceProvider;
use Illuminate\Pagination\Paginator;
class AppServiceProvider extends ServiceProvider
{
    /**
     * Register any application services.
     */
    public function register(): void
    {
        //
    }

    /**
     * Bootstrap any application services.
     */
    public function boot(): void
    {
        //
        Paginator::useBootstrap();
    }
}

Directory Contents

Dirs: 0 × Files: 1

Name Size Perms Modified Actions
432 B lrw-rw-rw- 2026-02-07 07:48:04
Edit Download

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