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 CrudInstallCommand

Illuminate\Console\Command
Extended by Laravella\Crud\CrudInstallCommand
Namespace: Laravella\Crud
Located at src/commands/CrudInstallCommand.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 'crud:install'
#

The console command name.

The console command name.

protected string $description 'Install database meta data for CRUD.'
#

The console command description.

The console command description.

crud API documentation generated by ApiGen 2.8.0