CheckResponseForModifications

CheckResponseForModifications class CheckResponseForModifications (View source) Methods mixed handle(Request $request, Closure $next) Handle an incoming request.

CheckResponseForModifications::handle()

mixed handle(Request $request, Closure $next) Handle an incoming request. Parameters Request $request Closure $next Return Value mixed

ClassFinder::findClasses()

array findClasses(string $directory) Find all the class and interface names in a given directory. Parameters string $directory Return Value array

ClassFinder::findClass()

string|null findClass(string $path) Extract the class name from the file at the given path. Parameters string $path Return Value string|null

CheckForMaintenanceMode::handle()

mixed handle(Request $request, Closure $next) Handle an incoming request. Parameters Request $request Closure $next Return Value mixed Exceptions HttpException

CheckForMaintenanceMode

CheckForMaintenanceMode class CheckForMaintenanceMode (View source) Methods void __construct(Application $app) Create a new middleware instance. mixed handle(Request $request, Closure $next) Handle an incoming request.

ChannelManager::__call()

mixed __call(string $method, array $parameters) Dynamically call the default driver instance. Parameters string $method array $parameters Return Value mixed

ChannelManager::__construct()

void __construct(Application $app) Create a new manager instance. Parameters Application $app Return Value void

CheckForMaintenanceMode::__construct()

void __construct(Application $app) Create a new middleware instance. Parameters Application $app Return Value void

ChannelManager::sendNow()

void sendNow(Collection|array|mixed $notifiables, mixed $notification, array $channels = null) Send the given notification immediately. Parameters Collection|array|mixed $notifiables mixed $notification array $channels Return Value void