UpCommand::__construct()
  • References/PHP/Laravel/Foundation/Console

void __construct() Create a new console command instance.

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

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

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

void fire() Execute the console command.

2025-01-10 15:47:30
MakesHttpRequests::dontSee()
  • References/PHP/Laravel/Foundation/Testing/Concerns

$this dontSee(string $text) Assert that a given string is not seen on the

2025-01-10 15:47:30
MakesHttpRequests::seeInElement()
  • References/PHP/Laravel/Foundation/Testing/Concerns

$this seeInElement(string $element, string $text, bool $negate = false) Assert

2025-01-10 15:47:30
FormRequest::root()
  • References/PHP/Laravel/Foundation/Http

string root() Get the root URL for the application.

2025-01-10 15:47:30
HasInElement::matches()
  • References/PHP/Laravel/Foundation/Testing/Constraints

bool matches(Crawler|string $crawler) Check if the source or text is found

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

$this setVisible(array $visible) Set the visible attributes for the model

2025-01-10 15:47:30
Foundation\Testing
  • References/PHP/Laravel/Foundation

Illuminate\Foundation\Testing Classes

2025-01-10 15:47:30
InteractsWithPages::dontSeeElement()
  • References/PHP/Laravel/Foundation/Testing/Concerns

$this dontSeeElement(string $selector, array $attributes = array()) Assert

2025-01-10 15:47:30