Overview

Namespaces

  • Composer
    • Autoload
  • Illuminate
    • Support
      • Contracts
      • Facades
  • Laravella
    • Crud
      • Exceptions
      • Facades
  • None
  • PHP

Classes

  • CrudDatabaseSeeder
  • CrudInstallCommand
  • CrudSeeder
  • CrudServiceProvider
  • CrudUpdateCommand
  • DbGopher
  • Log
  • Options
  • Params
  • PostCrudSeeder
  • SeedActions
  • SeedAssets
  • SeedGroups
  • SeedLogs
  • SeedMenus
  • SeedObjects
  • SeedOptions
  • SeedPageTypes
  • SeedSeverities
  • SeedTables
  • SeedUsergroups
  • SeedUsers
  • SeedViews
  • UpdateCMSFields
  • UpdateReferences
  • Overview
  • Namespace
  • Class
  • Tree

Class CrudServiceProvider

Illuminate\Support\ServiceProvider
Extended by Laravella\Crud\CrudServiceProvider
Namespace: Laravella\Crud
Located at src/Laravella/Crud/CrudServiceProvider.php
Methods summary
public
# boot( )

Bootstrap the application events.

Bootstrap the application events.

Overrides

Illuminate\Support\ServiceProvider::boot()
public
# register( )

Register the service provider.

Register the service provider.

public array
# provides( )

Get the services provided by the provider.

Get the services provided by the provider.

Returns

array

Overrides

Illuminate\Support\ServiceProvider::provides()
public
# registerCommands( )

register the custom commands *

register the custom commands *

Methods inherited from Illuminate\Support\ServiceProvider
__construct(), commands(), getAppViewPath(), getClassChain(), getPackageNamespace(), guessPackagePath(), isDeferred(), package()
Properties summary
protected boolean $defer false
#

Indicates if loading of the provider is deferred.

Indicates if loading of the provider is deferred.

Properties inherited from Illuminate\Support\ServiceProvider
$app
crud API documentation generated by ApiGen 2.8.0