mirror of
https://github.com/Intervention/image.git
synced 2025-09-03 10:53:01 +02:00
Rename ImageManager::make to ImageManager::read
This commit is contained in:
@@ -20,7 +20,7 @@ Intervention Image is a **image handling and manipulation library written in PHP
|
||||
$manager = new ImageManager('gd')
|
||||
|
||||
// open an image file
|
||||
$image = $manager->make('images/example.gif');
|
||||
$image = $manager->read('images/example.gif');
|
||||
|
||||
// resize image instance
|
||||
$image->resize(height: 300);
|
||||
|
Reference in New Issue
Block a user