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

KeyGeneratorServiceProvider::boot()

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

CommandsServiceProvider::register()

void register() Register the service provider. Return Value void

MorphMany::getPlainForeignKey()

string getPlainForeignKey() Get the plain foreign key. Return Value string

DatabaseJob::__construct()

void __construct(Container $container, DatabaseQueue $database, StdClass $job, string $queue) Create a new job instance. Parameters Container $container DatabaseQueue $database StdClass $job string $queue Return Value void

EventFake::fired()

Collection fired(string $event, callable|null $callback = null) Get all of the events matching a truth-test callback. Parameters string $event callable|null $callback Return Value Collection

SeedCommand::run()

int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int

MigrateMakeCommand::call()

int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int

SessionTableCommand::__construct()

void __construct(Filesystem $files, Composer $composer) Create a new session table command instance. Parameters Filesystem $files Composer $composer Return Value void

SeederMakeCommand::hasArgument()

bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool