URL Shortener 1.0
A Laravel-based URL shortener application
Chargement...
Recherche...
Aucune correspondance
AppServiceProvider.php
Aller à la documentation de ce fichier.
1<?php
2
3namespace App\Providers;
4
5use Illuminate\Support\ServiceProvider;
6
7class AppServiceProvider extends ServiceProvider
8{
12 public function register(): void
13 {
14 //
15 }
16
20 public function boot(): void
21 {
22 //
23 }
24}
boot()
Bootstrap any application services.