FoundationServiceProvider::provides()

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

FoundationServiceProvider::pathsToPublish()

static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array

FoundationServiceProvider::isDeferred()

bool isDeferred() Determine if the provider is deferred. Return Value bool

FoundationServiceProvider::compiles()

static array compiles() Get a list of files that should be compiled for the package. Return Value array

FoundationServiceProvider::commands()

void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void

FoundationServiceProvider::boot()

void boot() Bootstrap the application services. Return Value void

FoundationServiceProvider

FoundationServiceProvider class FoundationServiceProvider extends ServiceProvider (View source) Methods void __construct(Application $app) Create a new service provider instance. from ServiceProvider void register() Register the service provider. static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. from ServiceProvider void commands(array|mixed $commands) Register the package's custom Artisan commands. from ServiceProvider arr

Foundation

Illuminate\Foundation Namespaces Illuminate\Foundation\ConsoleIlluminate\Foundation\ProvidersIlluminate\Foundation\Testing Classes AliasLoader Application Artisan AssetPublisher Composer ConfigPublisher EnvironmentDetector MigrationPublisher ProviderRepository ViewPublisher

FormRequest::__isset()

bool __isset(string $key) Check if an input element is set on the request. Parameters string $key Return Value bool

FormRequest::__get()

mixed __get(string $key) Get an input element from the request. Parameters string $key Return Value mixed