Laravel Cashier

Laravel Cashier Introduction Configuration Stripe Braintree Currency Configuration Subscriptions Creating Subscriptions Checking Subscription Status Changing Plans Subscription Quantity Subscription Taxes Cancelling Subscriptions Resuming Subscriptions Updating Credit Cards Subscription Trials With Credit Card Up Front Without Credit Card Up Front Handling Stripe Webhooks Defining Webhook Event Handlers Failed Subscriptions Handling Braintree Webhooks Defining Webhook Event Handlers Fa

Lang::__callStatic()

static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed

Lang::swap()

static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void

Lang::shouldReceive()

static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation

Lang::setFacadeApplication()

static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void

Lang::getFacadeRoot()

static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed

Lang::getFacadeApplication()

static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application

Lang::clearResolvedInstances()

static void clearResolvedInstances() Clear all of the resolved instances. Return Value void

Lang::clearResolvedInstance()

static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void

Lang

Lang class Lang extends Facade (View source) Methods static void swap(mixed $instance) Hotswap the underlying instance behind the facade. from Facade static Expectation shouldReceive() Initiate a mock expectation on the facade. from Facade static mixed getFacadeRoot() Get the root object behind the facade. from Facade static void clearResolvedInstance(string $name) Clear a resolved facade instance. from Facade static void clearResolvedInstances() Clear all of the resolved