PHP 클래스 Recca0120\Terminal\TerminalServiceProvider

상속: extends Illuminate\Support\ServiceProvider
파일 보기 프로젝트 열기: recca0120/laravel-terminal

보호된 프로퍼티들

프로퍼티 타입 설명
$namespace string namespace.

공개 메소드들

메소드 설명
boot ( Illuminate\Http\Request $request, Router $router ) Bootstrap any application services.
register ( ) Register any application services.

보호된 메소드들

메소드 설명
handlePublishes ( ) handle publishes.
handleRoutes ( Router $router, array $config = [] ) register routes.

메소드 상세

boot() 공개 메소드

Bootstrap any application services.
public boot ( Illuminate\Http\Request $request, Router $router )
$request Illuminate\Http\Request
$router Illuminate\Routing\Router

handlePublishes() 보호된 메소드

handle publishes.
protected handlePublishes ( )

handleRoutes() 보호된 메소드

register routes.
protected handleRoutes ( Router $router, array $config = [] )
$router Illuminate\Routing\Router
$config array

register() 공개 메소드

Register any application services.
public register ( )

프로퍼티 상세

$namespace 보호되어 있는 프로퍼티

namespace.
protected string $namespace
리턴 string