-
Backend
-
Behaviors
-
Classes
-
Controllers
-
Database
-
Seeds
-
-
Facades
-
FormWidgets
-
Helpers
-
Models
-
ReportWidgets
-
Skins
-
Traits
-
VueComponents
-
Widgets
- ServiceProvider
-
-
Cms
-
Classes
- Asset
- CmsCompoundObject
- CmsController
- CmsException
- CmsObject
- CmsObjectCollection
- CodeBase
- CodeParser
- ComponentBase
- ComponentHelpers
- ComponentManager
- ComponentPartial
- Content
- Controller
- EditorExtension
- Layout
- LayoutCode
- MediaLibrary
- MediaLibraryItem
- MediaViewHelper
- Meta
- ObjectMemoryCache
- Page
- PageCode
- Partial
- PartialCode
- PartialStack
- Router
- Theme
- ThemeManager
-
Components
-
Controllers
-
Facades
-
FormWidgets
-
Helpers
-
Models
-
ReportWidgets
-
Traits
-
Twig
- ComponentNode
- ComponentTokenParser
- ContentNode
- ContentTokenParser
- DebugExtension
- DefaultNode
- DefaultTokenParser
- Extension
- FlashNode
- FlashTokenParser
- FrameworkNode
- FrameworkTokenParser
- Loader
- PageNode
- PageTokenParser
- PartialNode
- PartialTokenParser
- PlaceholderNode
- PlaceholderTokenParser
- PutNode
- PutTokenParser
- ScriptsNode
- ScriptsTokenParser
- StylesNode
- StylesTokenParser
-
VueComponents
-
Widgets
- ServiceProvider
-
-
Editor
-
Behaviors
-
Classes
-
Controllers
-
VueComponents
- ServiceProvider
-
-
Media
-
Classes
-
Controllers
-
FormWidgets
-
Twig
-
Widgets
- ServiceProvider
-
-
System
-
Behaviors
-
Classes
-
Console
-
OctoberUtil
- ComposerScript
- OctoberDown
- OctoberFresh
- OctoberMigrate
- OctoberMirror
- OctoberPasswd
- OctoberUp
- OctoberUpdate
- OctoberUtil
- PluginCheck
- PluginDisable
- PluginEnable
- PluginInstall
- PluginList
- PluginRefresh
- PluginRemove
- ProjectSet
- ProjectSync
- ThemeCheck
- ThemeInstall
- ThemeList
- ThemeRemove
- ThemeSync
- ThemeUse
-
-
Controllers
-
Database
-
Facades
-
Helpers
-
Models
-
ReportWidgets
-
Traits
-
Twig
-
Widgets
- ServiceProvider
-
-
Events
-
backend
-
ajax
-
filter
-
form
-
list
-
menu
-
page
-
user
-
-
cms
-
ajax
-
block
-
combiner
-
component
-
object
-
page
-
resizer
-
router
-
template
-
theme
-
-
exception
-
halcyon
-
datasource
-
-
mailer
-
media
-
model
-
auth
-
form
-
relation
-
/docs/api/model/relation/add
-
/docs/api/model/relation/associate
- attach
-
/docs/api/model/relation/beforeadd
-
/docs/api/model/relation/beforeassociate
- beforeAttach
- beforeDetach
-
/docs/api/model/relation/beforedissociate
-
/docs/api/model/relation/beforeremove
- detach
-
/docs/api/model/relation/dissociate
-
/docs/api/model/relation/remove
-
- afterBoot
- afterCreate
- afterDelete
- afterFetch
- afterRestore
- afterSave
- afterUpdate
- afterValidate
- beforeCreate
- beforeDelete
- beforeFetch
- beforeGetAttribute
- beforeRestore
- beforeSave
- beforeSetAttribute
- beforeUpdate
- beforeValidate
- getAttribute
- saveInternal
- setAttribute
-
-
system
-
assets
-
console
-
mirror
-
theme
-
-
reportwidgets
-
resizer
-
settings
- extendConfigFile
-
-
translator
-
-
Library
-
Argon
-
Assetic
-
Asset
-
Cache
-
Exception
-
Factory
-
Filter
- BaseCssFilter
- CallablesFilter
- CssCacheBustingFilter
- CssImportFilter
- CssMinFilter
- CssRewriteFilter
- FilterCollection
- JavascriptImporter
- JSMinFilter
- JSMinPlusFilter
- JSqueezeFilter
- LessCompiler
- LessphpFilter
- MinifyCssCompressorFilter
- PackagerFilter
- PackerFilter
- ScssCompiler
- ScssphpFilter
- StylesheetMinify
-
Util
- README
- AssetManager
- AssetWriter
- FilterManager
-
-
Auth
-
Models
- AuthException
- Manager
-
-
Config
-
Database
-
Attach
-
Behaviors
-
Concerns
-
Connections
-
Connectors
-
Models
-
Relations
-
Schema
-
Traits
-
Updates
- README
- Builder
- Collection
- DatabaseServiceProvider
- DataFeed
- Dongle
- MemoryCache
- MigrationServiceProvider
- Model
- ModelBehavior
- ModelException
- MorphPivot
- NestedTreeScope
- Pivot
- QueryBuilder
- SortableScope
- TreeCollection
- Updater
-
-
Events
-
Exception
-
Extension
-
Filesystem
-
Flash
-
Foundation
-
Bootstrap
-
Console
-
Exception
-
Http
-
Middleware
- Kernel
-
-
Providers
- Application
- Maker
-
-
Halcyon
-
Datasource
-
Exception
-
Processors
-
Traits
- README
- Builder
- Collection
- HalcyonServiceProvider
- MemoryCacheManager
- MemoryRepository
- Model
-
-
Html
-
Mail
-
Network
-
Parse
-
Parsedown
-
Syntax
- Bracket
- Ini
- Markdown
- MarkdownData
- ParseServiceProvider
- Twig
- Yaml
-
-
Process
-
Resize
-
Router
-
Scaffold
-
Support
-
Translation
-
- Documentation
- API
- Library
- Foundation
- Http
- Kernel
October\Rain\Foundation\Http\Kernel
Extends:
- Illuminate\Foundation\Http\Kernel
Implements:
- Illuminate\Contracts\Http\Kernel
Protected properties
protected array $bootstrappers
The bootstrap classes for the application.
protected array $middleware
The application's global HTTP middleware stack.
protected array $routeMiddleware
The application's route middleware.
protected array $middlewareGroups
The application's route middleware groups.
protected array $middlewarePriority
The priority-sorted list of middleware.
Forces the listed middleware to always be in the given order.
Show inherited protected properties
Inherited protected properties
- protected Illuminate\Contracts\Foundation\Application $app - defined in Illuminate\Foundation\Http\Kernel. The application implementation.
- protected Illuminate\Routing\Router $router - defined in Illuminate\Foundation\Http\Kernel. The router instance.
Public methods
Inherited public methods
- public void __construct(Illuminate\Contracts\Foundation\Application $app, Illuminate\Routing\Router $router) - defined in Illuminate\Foundation\Http\Kernel. Create a new HTTP kernel instance.
- public $this appendMiddlewareToGroup(string $group, string $middleware) - defined in Illuminate\Foundation\Http\Kernel. Append the given middleware to the given middleware group.
- public $this appendToMiddlewarePriority(string $middleware) - defined in Illuminate\Foundation\Http\Kernel. Append the given middleware to the middleware priority list.
- public void bootstrap() - defined in Illuminate\Foundation\Http\Kernel. Bootstrap the application for HTTP requests.
- public Illuminate\Contracts\Foundation\Application getApplication() - defined in Illuminate\Foundation\Http\Kernel. Get the Laravel application instance.
- public array getMiddlewareGroups() - defined in Illuminate\Foundation\Http\Kernel. Get the application's route middleware groups.
- public array getRouteMiddleware() - defined in Illuminate\Foundation\Http\Kernel. Get the application's route middleware.
- public Illuminate\Http\Response handle(Illuminate\Http\Request $request) - defined in Illuminate\Foundation\Http\Kernel. Handle an incoming HTTP request.
- public bool hasMiddleware(string $middleware) - defined in Illuminate\Foundation\Http\Kernel. Determine if the kernel has a given middleware.
- public $this prependMiddleware(string $middleware) - defined in Illuminate\Foundation\Http\Kernel. Add a new middleware to beginning of the stack if it does not already exist.
- public $this prependMiddlewareToGroup(string $group, string $middleware) - defined in Illuminate\Foundation\Http\Kernel. Prepend the given middleware to the given middleware group.
- public $this prependToMiddlewarePriority(string $middleware) - defined in Illuminate\Foundation\Http\Kernel. Prepend the given middleware to the middleware priority list.
- public $this pushMiddleware(string $middleware) - defined in Illuminate\Foundation\Http\Kernel. Add a new middleware to end of the stack if it does not already exist.
- public void terminate(Illuminate\Http\Request $request, Illuminate\Http\Response $response) - defined in Illuminate\Foundation\Http\Kernel. Call the terminate method on any terminable middleware.
Protected methods
Show inherited protected methods
Inherited protected methods
- protected array bootstrappers() - defined in Illuminate\Foundation\Http\Kernel. Get the bootstrap classes for the application.
- protected Closure dispatchToRouter() - defined in Illuminate\Foundation\Http\Kernel. Get the route dispatcher callback.
- protected array gatherRouteMiddleware(Illuminate\Http\Request $request) - defined in Illuminate\Foundation\Http\Kernel. Gather the route middleware for the given request.
- protected array parseMiddleware(string $middleware) - defined in Illuminate\Foundation\Http\Kernel. Parse a middleware string to get the name and parameters.
- protected Symfony\Component\HttpFoundation\Response renderException(Illuminate\Http\Request $request, Exception $e) - defined in Illuminate\Foundation\Http\Kernel. Render the exception to a response.
- protected void reportException(Exception $e) - defined in Illuminate\Foundation\Http\Kernel. Report the exception to the exception handler.
- protected Illuminate\Http\Response sendRequestThroughRouter(Illuminate\Http\Request $request) - defined in Illuminate\Foundation\Http\Kernel. Send the given request through the middleware / router.
- protected void syncMiddlewareToRouter() - defined in Illuminate\Foundation\Http\Kernel. Sync the current state of the middleware to the router.
- protected void terminateMiddleware(Illuminate\Http\Request $request, Illuminate\Http\Response $response) - defined in Illuminate\Foundation\Http\Kernel. Call the terminate method on any terminable middleware.