It show the error which can't get the namespace for HasMedia(red color font) and undefined class for HasMediaTrait(on line 16) , any ideas?
Asked
Active
Viewed 2,737 times
2
-
Are you sure you have installed the package? – Saurav Oct 19 '18 at 16:53
-
May I know how to install it ? – user10354117 Oct 19 '18 at 16:58
-
composer require spatie/laravel-medialibrary:^7.0.0 More on their docs : https://docs.spatie.be/laravel-medialibrary/v7/installation-setup – Saurav Oct 19 '18 at 17:06
-
is seen like version not support. Because I using 5.1. So Is that anyway to install it without upgrade the version ? – user10354117 Oct 19 '18 at 17:18
-
1You would need to install an older version of medialibrary that's compatible with such an old version of Laravel – Travis Britz Oct 19 '18 at 17:22
-
alright. is works! – user10354117 Oct 19 '18 at 17:38
-
composer install ! – Reza Babaei Feb 24 '20 at 11:16