<?php
namespace Intervention\Image;
use Illuminate\Support\ServiceProvider;
class ImageServiceProviderLumen extends ServiceProvider
{
/**
* Register the service provider.
*
* @return void
*/
public function register()
{
$app = $this->app;
// merge default config
$this->mergeConfigFrom(
__DIR__.'/../../config/config.php',
'image'
);
// set configuration
$app->configure('image');
// create image
$app->singleton('image',function ($app) {
return new ImageManager($app['config']->get('image'));
});
$app->alias('image', 'Intervention\Image\ImageManager');
}
}
Save Cards
Simplify your payment experience by securely saving your card on our platform. After your initial transaction, you can choose to store your card details safely for future use. This feature eliminates the need to re-enter your payment information each time, making checkouts faster while keeping your data secure with advanced encryption and robust security measures.