void register() Register the service provider. Return Value void
array provides() Get the services provided by the provider. Return Value array
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
bool isDeferred() Determine if the provider is deferred. Return Value bool
string guessPackagePath() Guess the package path for the provider. Return Value string
void commands(array $commands) Register the package's custom Artisan commands. Parameters array $commands Return Value void
void boot() Bootstrap the application events. Return Value void
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
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
$this times(int $amount) Set the amount of models you wish to create / make. Parameters int $amount Return Value $this
Page 675 of 996