PHP 8.3.30
Preview: AppServiceProvider.php Size: 432 B
/home/getspomw/.trash/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: 2

Name Size Perms Modified Actions
432 B lrw-rw-rw- 2026-02-07 07:48:04
Edit Download
1.16 KB lrw-r--r-- 2026-04-19 05:37:16
Edit Download

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