Validator::addReplacer()

void addReplacer(string $rule, Closure|string $replacer) Register a custom validator message replacer. Parameters string $rule Closure|string $replacer Return Value void

DatabaseJob::fire()

void fire() Fire the job. Return Value void

BelongsTo::associate()

Model associate(Model|int $model) Associate the model instance to the given parent. Parameters Model|int $model Return Value Model

Model::getAttributeValue()

mixed getAttributeValue(string $key) Get a plain attribute (not a relationship). Parameters string $key Return Value mixed

Composer

Composer class Composer (View source) Methods void __construct(Filesystem $files, string|null $workingPath = null) Create a new Composer manager instance. void dumpAutoloads(string $extra = '') Regenerate the Composer autoloader files. void dumpOptimized() Regenerate the optimized Composer autoloader files. $this setWorkingPath(string $path) Set the working path used by the class.

Routing\Generators

Illuminate\Routing\Generators Classes ControllerGenerator

ServerServiceProvider

ServerServiceProvider class ServerServiceProvider extends ServiceProvider (View source) Methods void __construct(Application $app) Create a new service provider instance. from ServiceProvider void boot() Bootstrap the application events. from ServiceProvider void register() Register the service provider. void package(string $package, string $namespace = null, string $path = null) Register the package's component namespaces. from ServiceProvider string guessPackagePath() G

DetectEnvironment

DetectEnvironment class DetectEnvironment (View source) Methods void bootstrap(Application $app) Bootstrap the given application.

ArrayableInterface

ArrayableInterface interface ArrayableInterface (View source) Methods array toArray() Get the instance as an array.

MySqlGrammar::wrapArray()

array wrapArray(array $values) Wrap an array of values. Parameters array $values Return Value array