class DeviseSeedCommand extends Command

Methods

__construct(Container $app)

Setup the application container as we'll need this for running migrations.

handle()

Run the package migrations.

Details

at line 25
__construct(Container $app)

Setup the application container as we'll need this for running migrations.

Parameters

Container $app

at line 35
handle()

Run the package migrations.