ConsoleSupportServiceProvider::compiles()
  • References/PHP/Laravel/Foundation/Providers

static array compiles() Get a list of files that should be compiled

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

void __construct(Filesystem $files)

2025-01-10 15:47:30
TestMakeCommand::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
MigrationPublisher::getExistingMigrationNames()
  • References/PHP/Laravel/Foundation

array getExistingMigrationNames(string $destination) Get the existing migration

2025-01-10 15:47:30
ApplicationTrait::seed()
  • References/PHP/Laravel/Foundation/Testing

void seed(string $class = 'DatabaseSeeder') Seed a given database connection

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

bool hasOption(string $name) Determine if the given option is present.

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

void boot() Bootstrap the application services.

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

void fire() Execute the console command.

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

$this load(array|string $relations) Eager load relations on the model.

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

Builder|

2025-01-10 15:47:30