Please consult the comprehensive attachable object documentation to learn more.When attaching files to a message, you may also specify the display name and / or MIME type by passing an array as the second argument to the attach method:
For more information about Slack attachment formatting, check out the Slack API documentation:/** * Get the Slack representation of the notification. * * @param mixed $notifiable * @return SlackMessage */public function toSlack($notifiable){ $url = url('/exceptions/'.$this->exception->id);...
$user->subscription('default')->noProrate()->updateQuantity(10);For more information on subscription quantities, consult the Stripe documentation.Quantities for Subscriptions With Multiple ProductsIf your subscription is a subscription with multiple products, you should pass the ID of the price whose ...
10 return new Envelope( 11 subject: 'Order Shipped', 12 tags: ['shipment'], 13 metadata: [ 14 'order_id' => $this->order->id, 15 ], 16 ); 17}If your application is using the Mailgun driver, you may consult Mailgun's documentation for more information on tags and metadata. Lik...
This documentation is for Cashier Paddle 2.x's integration with Paddle Billing. If you're still using Paddle Classic, you should use Cashier Paddle 1.x.Laravel Cashier Paddle provides an expressive, fluent interface to Paddle's subscription billing services. It handles almost all of the boiler...
Likewise, the Postmark documentation may also be consulted for more information on their support for tags and metadata.If your application is using Amazon SES to send emails, you should use the metadata method to attach SES "tags" to the message....
To learn how to test that mailables were sent, check out our documentation on the Mail fake.Mail & Local DevelopmentWhen developing an application that sends email, you probably don't want to actually send emails to live email addresses. Laravel provides several ways to "disable" the actual ...
...在我Check code的时候就爆了下面的错误 o: Failed during checkstyle configuration: Property 'fileExtensions' in module...Checker does not exist, please check the documentation 查了一下,我的checkStyle 的xml里面确实是有fileExtensions 这个属性啊...后来查了一下官方的文档。 由于我当前的checkStyle版本...
$user->subscription('main')->noProrate()->updateQuantity(10);CopyFor more information on subscription quantities, consult the Stripe documentation.Subscription TaxesTo specify the tax percentage a user pays on a subscription, implement the taxPercentage method on your billable model, and return a ...
Exporting to PDF If you'd like to export to PDF, you must now install a PDF rendering library yourself. Please refer to thePhpSpreadsheet Documentation(opens new window)for more information. Warning: Large CSV's If you want to export large datasets to CSV, it's advisable to use more memor...