PHP Class Krucas\LaravelUserEmailVerification\Console\MakeVerificationCommand

Inheritance: extends Illuminate\Console\Command, use trait Illuminate\Console\AppNamespaceDetectorTrait
Afficher le fichier Open project: edvinaskrucas/laravel-user-email-verification

Protected Properties

Свойство Type Description
$composer Illuminate\Support\Composer
$description string The console command description.
$name string The console command name.

Méthodes publiques

Méthode Description
__construct ( Illuminate\Support\Composer $composer ) Create a new settings table command instance.
fire ( ) : void Execute the console command.

Méthodes protégées

Méthode Description
appendRoutes ( ) : void Append routes file.
compileControllerStub ( ) : string Compiles the VerifyController stub.
createMigrations ( ) : void Create migrations.
createUsersMigration ( ) : string Create a base migration file for the users table.
createUsersVerificationsMigration ( ) : string Create a base migration file for the verifications table.

Method Details

__construct() public méthode

Create a new settings table command instance.
public __construct ( Illuminate\Support\Composer $composer )
$composer Illuminate\Support\Composer

appendRoutes() protected méthode

Append routes file.
protected appendRoutes ( ) : void
Résultat void

compileControllerStub() protected méthode

Compiles the VerifyController stub.
protected compileControllerStub ( ) : string
Résultat string

createMigrations() protected méthode

Create migrations.
protected createMigrations ( ) : void
Résultat void

createUsersMigration() protected méthode

Create a base migration file for the users table.
protected createUsersMigration ( ) : string
Résultat string

createUsersVerificationsMigration() protected méthode

Create a base migration file for the verifications table.
protected createUsersVerificationsMigration ( ) : string
Résultat string

fire() public méthode

Execute the console command.
public fire ( ) : void
Résultat void

Property Details

$composer protected_oe property

protected Composer,Illuminate\Support $composer
Résultat Illuminate\Support\Composer

$description protected_oe property

The console command description.
protected string $description
Résultat string

$name protected_oe property

The console command name.
protected string $name
Résultat string