string|null findClass(string $path) Extract the class name from the file at the given path. Parameters string $path Return Value string|null
ClassFinder class ClassFinder (View source) Methods array findClasses(string $directory) Find all the class and interface names in a given directory. string|null findClass(string $path) Extract the class name from the file at the given path.
mixed handle(Request $request, Closure $next) Handle an incoming request. Parameters Request $request Closure $next Return Value mixed
CheckResponseForModifications class CheckResponseForModifications (View source) Methods mixed handle(Request $request, Closure $next) Handle an incoming request.
void __construct(Application $app) Create a new middleware instance. Parameters Application $app Return Value void
mixed handle(Request $request, Closure $next) Handle an incoming request. Parameters Request $request Closure $next Return Value mixed Exceptions HttpException
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.
void __construct(Application $app) Create a new manager instance. Parameters Application $app Return Value void
mixed __call(string $method, array $parameters) Dynamically call the default driver instance. Parameters string $method array $parameters Return Value mixed
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
Page 867 of 996