<?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');
}
}
How To Payment
Making a payment on our website is quick and secure. Start by logging in or creating an account. Select your preferred payment method, input the required details, and review the information. Once you confirm everything is correct, click on the "Submit Payment" button. You’ll receive instant confirmation and can track your payment status through your account dashboard. It’s an easy and secure process.