Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

AhmadNour's avatar

installation Intervention Image php 7.3.5

i Need Install Package Intervention Image

in instruction For Package says

System Requirements PHP >= 5.4

Whan I need Setup it in laravel Composer This message Show to me

=========================================== Installation failed, reverting ./composer.json to its original content.

[RuntimeException] Could not scan for classes inside "database/seeds" which does not appear to be a file nor a folder ===========================================

is There Are any Way To install package With php 7.3.5

0 likes
4 replies
siangboon's avatar

perhaps compare with a working composer.json and check your error composer.json file is there any syntax or case sensitive typo error near "database/seeds"...

1 like
AhmadNour's avatar

i'm sorry but i can't understand what i can do

siangboon's avatar

What i meant is the error seem happened at the composer.json file it tell that some error on the "database/seeds"

[RuntimeException] Could not scan for classes inside "database/seeds" which does not appear to be a file nor a folder

and one of the reasons causing it may because of some typo errors on the composer.json file

anyway, it's better to tell the folk what had you did and at which point it hit error with some screenshots or copy the entire error message instead of in words, guesssing work is tired and may lead wrong direction...

styling your code or message nicely to easy others to read and understand (https://help.github.com/en/articles/basic-writing-and-formatting-syntax)

AhmadNour's avatar

Thank You Siangboon

i Fix Problem by Write

php artisan make:seeder UserTableSeeder

Than Setup Package

composer require intervention/image

Thanks Alot

Please or to participate in this conversation.