Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117751641
BroadcastServiceProvider.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
380 B
Referenced Files
None
Subscribers
None
BroadcastServiceProvider.php
View Options
<?php
namespace
App\Providers
;
use
Illuminate\Support\ServiceProvider
;
use
Illuminate\Support\Facades\Broadcast
;
class
BroadcastServiceProvider
extends
ServiceProvider
{
/**
* Bootstrap any application services.
*
* @return void
*/
public
function
boot
()
{
Broadcast
::
routes
();
include
base_path
(
'routes/channels.php'
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, Apr 4, 3:19 AM (1 d, 11 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
4f/d4/d939f3b2960911c5691824124b87
Default Alt Text
BroadcastServiceProvider.php (380 B)
Attached To
Mode
rK kolab
Attached
Detach File
Event Timeline