php 来自https://engageinteractive.co.uk/blog/use-the-laravel-service-container

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 来自https://engageinteractive.co.uk/blog/use-the-laravel-service-container相关的知识,希望对你有一定的参考价值。

  To bind a dependency to some class in laravel
$this->app->bind(‘App\Helpers\Stripe’, function($app){
$api_key = config(‘services.stripe.api_key’);
return new \App\Helpers\Stripe($api_key);
});

以上是关于php 来自https://engageinteractive.co.uk/blog/use-the-laravel-service-container的主要内容,如果未能解决你的问题,请参考以下文章

PHP 来自php脚本的Linux shell命令

PHP 来自PHP的HTTP POST,没有cURL

如何使用 PHP 显示来自 Amazon S3 的图像?

用来自 php 的数据填充 flash 中的数组

PHP需要来自***目录的文件

php 剥离MS Word HTML。来自php.net