Overview

Namespaces

  • Composer
    • Autoload
  • Illuminate
    • Support
      • Contracts
      • Facades
  • Laravella
    • Cart
      • Facades
  • None
  • PHP

Classes

  • CartInstallCommand
  • CartServiceProvider
  • CartUpdateCommand
  • DbGopher
  • MysqlGopher
  • Overview
  • Namespace
  • Class
  • Tree

Class CartServiceProvider

Illuminate\Support\ServiceProvider
Extended by Laravella\Cart\CartServiceProvider
Namespace: Laravella\Cart
Located at src/Laravella/Cart/CartServiceProvider.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 *

public
# registerCartInstallCommand( )
public
# registerCartUpdateCommand( )
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
cart API documentation generated by ApiGen 2.8.0