Buckets:
| namespace App\Providers; | |
| use Illuminate\Support\Facades\Broadcast; | |
| use Illuminate\Support\ServiceProvider; | |
| class BroadcastServiceProvider extends ServiceProvider | |
| { | |
| /** | |
| * Bootstrap any application services. | |
| */ | |
| public function boot(): void | |
| { | |
| Broadcast::routes(); | |
| require base_path('routes/channels.php'); | |
| } | |
| } | |
Xet Storage Details
- Size:
- 359 Bytes
- Xet hash:
- d0cb8d1c9894cf30eda7b79034fe9a823e0318735c9e7fa00b8edfe1585a7d3d
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.