ArtisanServiceProvider::pathsToPublish()
  • References/PHP/Laravel/Foundation/Providers

static array pathsToPublish(string $provider = null, string $group = null)

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

bool saveOrFail(array $options = array()) Save the model to the database

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

void question(string $string, null|int|string $verbosity = null) Write

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

void info(string $string, null|int|string $verbosity = null) Write a string

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

void __construct() Create a new console command instance.

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

$this withoutMiddleware() Disable middleware for the test.

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
TestCase::getJson()
  • References/PHP/Laravel/Foundation/Testing

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

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

mixed fromJson(string $value, bool $asObject = false) Decode the given

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

array messages() Get custom messages for validator errors.

2025-01-10 15:47:30