Overview

Namespaces

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

Classes

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

Class CartInstallCommand

Illuminate\Console\Command
Extended by Laravella\Cart\CartInstallCommand
Namespace: Laravella\Cart
Located at src/commands/CartInstallCommand.php
Methods summary
public
# __construct( )

Create a new command instance.

Create a new command instance.

public
# fire( )

Execute the console command.

Execute the console command.

protected array
# getArguments( )

Get the console command arguments.

Get the console command arguments.

Returns

array
protected array
# getOptions( )

Get the console command options.

Get the console command options.

Returns

array
Properties summary
protected string $name 'cart:install'
#

The console command name.

The console command name.

protected string $description 'Install the shopping cart.'
#

The console command description.

The console command description.

cart API documentation generated by ApiGen 2.8.0