📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 20:37:52
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
app
/
Providers
📍 /home/orkouolp/web/testing.orkobd/laravel/app/Providers
🔄 Refresh
✏️
Editing: AppServiceProvider.php
Writable
<?php namespace App\Providers; use Illuminate\Pagination\Paginator; use Illuminate\Support\ServiceProvider; class AppServiceProvider extends ServiceProvider { /** * Register any application services. */ public function register(): void { $this->app->bind('path.public', function() { return realpath(base_path().'/../public_html'); }); } /** * Bootstrap any application services. */ public function boot(): void { Paginator::useBootstrap(); } }
💾 Save Changes
❌ Cancel