Foundation\Providers
  • References/PHP/Laravel/Foundation

Illuminate\Foundation\Providers Classes

2025-01-10 15:47:30
DownCommand::__construct()
  • References/PHP/Laravel/Foundation/Console

void __construct() Create a new console command instance.

2025-01-10 15:47:30
AssetPublishCommand::table()
  • References/PHP/Laravel/Foundation/Console

void table(array $headers, array $rows, string $style = 'default') Format

2025-01-10 15:47:30
ConsoleMakeCommand::table()
  • References/PHP/Laravel/Foundation/Console

void table(array $headers, Arrayable|array $rows,

2025-01-10 15:47:30
TestMakeCommand::ask()
  • References/PHP/Laravel/Foundation/Console

string ask(string $question, string $default = null) Prompt the user for

2025-01-10 15:47:30
NotificationMakeCommand::choice()
  • References/PHP/Laravel/Foundation/Console

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)

2025-01-10 15:47:30
RouteClearCommand::comment()
  • References/PHP/Laravel/Foundation/Console

void comment(string $string) Write a string as comment output.

2025-01-10 15:47:30
User::getUpdatedAtColumn()
  • References/PHP/Laravel/Foundation/Auth

string getUpdatedAtColumn() Get the name of the "updated at" column.

2025-01-10 15:47:30
User::with()
  • References/PHP/Laravel/Foundation/Auth

static Builder|

2025-01-10 15:47:30
FoundationServiceProvider::commands()
  • References/PHP/Laravel/Foundation/Providers

void commands(array|mixed $commands) Register the package's custom Artisan

2025-01-10 15:47:30