-
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
- Database
- MigrationServiceProvider
October\Rain\Database\MigrationServiceProvider
Extends:
- Illuminate\Database\MigrationServiceProvider
- Illuminate\Support\ServiceProvider
Implements:
- Illuminate\Contracts\Support\DeferrableProvider
Public properties
There are no public properties in the class.
Show inherited public properties
Inherited public properties
- public static array $publishes - defined in Illuminate\Support\ServiceProvider. The paths that should be published.
- public static array $publishGroups - defined in Illuminate\Support\ServiceProvider. The paths that should be published by group.
Protected properties
protected array $commands
commands to be registered
Show inherited protected properties
Inherited protected properties
- protected Illuminate\Contracts\Foundation\Application $app - defined in Illuminate\Support\ServiceProvider. The application instance.
Public methods
Inherited public methods
- public void __construct(Illuminate\Contracts\Foundation\Application $app) - defined in Illuminate\Support\ServiceProvider. Create a new service provider instance.
- public void commands(array|mixed $commands) - defined in Illuminate\Support\ServiceProvider. Register the package's custom Artisan commands.
- public bool isDeferred() - defined in Illuminate\Support\ServiceProvider. Determine if the provider is deferred.
- public static array pathsToPublish(string|null $provider=NULL, string|null $group=NULL) - defined in Illuminate\Support\ServiceProvider. Get the paths to publish.
- public array provides() - defined in Illuminate\Database\MigrationServiceProvider. Get the services provided by the provider.
- public static array publishableGroups() - defined in Illuminate\Support\ServiceProvider. Get the groups available for publishing.
- public static array publishableProviders() - defined in Illuminate\Support\ServiceProvider. Get the service providers available for publishing.
- public void register() - defined in Illuminate\Database\MigrationServiceProvider. Register the service provider.
- public array when() - defined in Illuminate\Support\ServiceProvider. Get the events that trigger this service provider to register.
Protected methods
Show inherited protected methods
Inherited protected methods
- protected void addPublishGroup(string $group, array $paths) - defined in Illuminate\Support\ServiceProvider. Add a publish group / tag to the service provider.
- protected void callAfterResolving(string $name, callable $callback) - defined in Illuminate\Support\ServiceProvider. Setup an after resolving listener, or fire immediately if already resolved.
- protected void ensurePublishArrayInitialized(string $class) - defined in Illuminate\Support\ServiceProvider. Ensure the publish array for the service provider is initialized.
- protected void loadFactoriesFrom(array|string $paths) - defined in Illuminate\Support\ServiceProvider. Register Eloquent model factory paths.
- protected void loadJsonTranslationsFrom(string $path) - defined in Illuminate\Support\ServiceProvider. Register a JSON translation file path.
- protected void loadMigrationsFrom(array|string $paths) - defined in Illuminate\Support\ServiceProvider. Register database migration paths.
- protected void loadRoutesFrom(string $path) - defined in Illuminate\Support\ServiceProvider. Load the given routes file if routes are not already cached.
- protected void loadTranslationsFrom(string $path, string $namespace) - defined in Illuminate\Support\ServiceProvider. Register a translation file namespace.
- protected void loadViewsFrom(string|array $path, string $namespace) - defined in Illuminate\Support\ServiceProvider. Register a view file namespace.
- protected void mergeConfigFrom(string $path, string $key) - defined in Illuminate\Support\ServiceProvider. Merge the given configuration with the existing configuration.
- protected static array pathsForProviderAndGroup(string $provider, string $group) - defined in Illuminate\Support\ServiceProvider. Get the paths for the provider and group.
- protected static array pathsForProviderOrGroup(string|null $provider, string|null $group) - defined in Illuminate\Support\ServiceProvider. Get the paths for the provider or group (or both).
- protected void publishes(array $paths, mixed $groups=NULL) - defined in Illuminate\Support\ServiceProvider. Register paths to be published by the publish command.
- protected void registerCommands(array $commands) - defined in Illuminate\Database\MigrationServiceProvider. Register the given commands.
- protected void registerCreator() - defined in Illuminate\Database\MigrationServiceProvider. Register the migration creator.
- protected void registerMigrateCommand() - defined in Illuminate\Database\MigrationServiceProvider. Register the command.
- protected void registerMigrateFreshCommand() - defined in Illuminate\Database\MigrationServiceProvider. Register the command.
- protected void registerMigrateInstallCommand() - defined in Illuminate\Database\MigrationServiceProvider. Register the command.
- protected void registerMigrateMakeCommand() - defined in Illuminate\Database\MigrationServiceProvider. Register the command.
- protected void registerMigrateRefreshCommand() - defined in Illuminate\Database\MigrationServiceProvider. Register the command.
- protected void registerMigrateResetCommand() - defined in Illuminate\Database\MigrationServiceProvider. Register the command.
- protected void registerMigrateRollbackCommand() - defined in Illuminate\Database\MigrationServiceProvider. Register the command.
- protected void registerMigrateStatusCommand() - defined in Illuminate\Database\MigrationServiceProvider. Register the command.
- protected void registerMigrator() - defined in Illuminate\Database\MigrationServiceProvider. Register the migrator service.
- protected void registerRepository() - defined in Illuminate\Database\MigrationServiceProvider. Register the migration repository service.