Buckets:
| namespace App\Providers; | |
| use Illuminate\Support\Facades\URL; | |
| use Illuminate\Support\ServiceProvider; | |
| class AppServiceProvider extends ServiceProvider | |
| { | |
| /** | |
| * Register any application services. | |
| */ | |
| public function register(): void | |
| { | |
| // | |
| } | |
| /** | |
| * Bootstrap any application services. | |
| */ | |
| public function boot(): void | |
| { | |
| // | |
| if (app()->environment('production')) { | |
| URL::forceScheme('https'); | |
| } | |
| } | |
| } | |
Xet Storage Details
- Size:
- 486 Bytes
- Xet hash:
- 28edef25955b96f7f872fddfd7b971c7c66d95e33a23631a8af0f03f53978c59
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.