PATH:
home
/
lab2454c
/
costbloc.com
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Foundation
/
Console
/
stubs
<?php namespace {{ namespace }}; use {{ namespacedUserModel }}; class {{ class }} { /** * Create a new channel instance. * * @return void */ public function __construct() { // } /** * Authenticate the user's access to the channel. * * @param \{{ namespacedUserModel }} $user * @return array|bool */ public function join({{ userModel }} $user) { // } }
[-] routes.stub
[edit]
[-] model.stub
[edit]
[-] scope.stub
[edit]
[-] model.pivot.stub
[edit]
[-] channel.stub
[edit]
[-] mail.stub
[edit]
[+]
..
[-] notification.stub
[edit]
[-] event.stub
[edit]
[-] listener-duck.stub
[edit]
[-] listener-queued-duck.stub
[edit]
[-] observer.stub
[edit]
[-] markdown-mail.stub
[edit]
[-] cast.stub
[edit]
[-] exception-report.stub
[edit]
[-] policy.stub
[edit]
[-] exception-render-report.stub
[edit]
[-] pest.unit.stub
[edit]
[-] test.unit.stub
[edit]
[-] exception-render.stub
[edit]
[-] rule.invokable.implicit.stub
[edit]
[-] console.stub
[edit]
[-] test.stub
[edit]
[-] view-component.stub
[edit]
[-] policy.plain.stub
[edit]
[-] request.stub
[edit]
[-] observer.plain.stub
[edit]
[-] resource-collection.stub
[edit]
[-] cast.inbound.stub
[edit]
[-] model.morph-pivot.stub
[edit]
[-] markdown-notification.stub
[edit]
[-] maintenance-mode.stub
[edit]
[-] listener.stub
[edit]
[-] exception.stub
[edit]
[-] pest.stub
[edit]
[-] job.stub
[edit]
[-] job.queued.stub
[edit]
[-] rule.stub
[edit]
[-] markdown.stub
[edit]
[-] rule.invokable.stub
[edit]
[-] provider.stub
[edit]
[-] resource.stub
[edit]
[-] listener-queued.stub
[edit]