FailConsoleServiceProvider::register()

void register() Register the service provider. Return Value void

FailConsoleServiceProvider::provides()

array provides() Get the services provided by the provider. Return Value array

FailConsoleServiceProvider::package()

void package(string $package, string $namespace = null, string $path = null) Register the package's component namespaces. Parameters string $package string $namespace string $path Return Value void

FailConsoleServiceProvider::isDeferred()

bool isDeferred() Determine if the provider is deferred. Return Value bool

FailConsoleServiceProvider::guessPackagePath()

string guessPackagePath() Guess the package path for the provider. Return Value string

FailConsoleServiceProvider::commands()

void commands(array $commands) Register the package's custom Artisan commands. Parameters array $commands Return Value void

FailConsoleServiceProvider::boot()

void boot() Bootstrap the application events. Return Value void

FailConsoleServiceProvider

FailConsoleServiceProvider class FailConsoleServiceProvider extends ServiceProvider (View source) Methods void __construct(Application $app) Create a new service provider instance. from ServiceProvider void boot() Bootstrap the application events. from ServiceProvider void register() Register the service provider. void package(string $package, string $namespace = null, string $path = null) Register the package's component namespaces. from ServiceProvider string guessPacka

FactoryBuilder::__construct()

void __construct(string $class, string $name, array $definitions, array $states, Generator $faker) Create an new builder instance. Parameters string $class string $name array $definitions array $states Generator $faker Return Value void

FactoryBuilder::times()

$this times(int $amount) Set the amount of models you wish to create / make. Parameters int $amount Return Value $this