Application::useDatabasePath()
  • References/PHP/Laravel/Foundation

$this useDatabasePath(string $path) Set the database directory.

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

$this setUpdatedAt(mixed $value) Set the value of the "updated at" attribute

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

string|array argument(string $key = null) Get the value of a command argument

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

$this get(string $uri, array $headers = array()) Visit the given URI with

2025-01-10 15:47:30
Application::getNamespace()
  • References/PHP/Laravel/Foundation

string getNamespace() Get the application namespace.

2025-01-10 15:47:30
Application::tagged()
  • References/PHP/Laravel/Foundation

array tagged(array $tag) Resolve all of the bindings for a given tag.

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

static void cacheMutatedAttributes(string $class) Extract and

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

Application getLaravel()

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

$this seeCredentials(array $credentials, string|null $guard = null) Assert

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

$this dontSeeCredentials(array $credentials, string|null $guard = null) Assert

2025-01-10 15:47:30