void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void
$this dontSeeJson(array $data = null) Assert that the response doesn't contain JSON. Parameters array $data Return Value $this
void bootstrap() Bootstrap the application for artisan commands. Return Value void
array createMany(array $records) Create an array of new instances of the related model. Parameters array $records Return Value array
$this setRouteResolver(Closure $callback) Set the route resolver callback. Parameters Closure $callback Return Value $this
int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int
static void clearResolvedInstances() Clear all of the resolved instances. Return Value void
$this setRootControllerNamespace(string $rootNamespace) Set the root controller namespace. Parameters string $rootNamespace Return Value $this
bool guest() Determine if the current user is a guest. Return Value bool
mixed getAuthIdentifier() Get the unique identifier for the user. Return Value mixed
Page 964 of 996