laravel-saml2 icon indicating copy to clipboard operation
laravel-saml2 copied to clipboard

Vendor publish error

Open nikosvr88 opened this issue 1 year ago • 1 comments

Hi, i am facing an issue when i am trying to publish vendor. The error says: Can't locate path: </var/www/html/vendor/24slides/laravel-saml2/src../config/saml2.php> I am using laravel 5.5 and php 7.0. The 24slides/laravel-saml2 version that composer installed is 2.0.0. Any ideas what is the error? I believe that the error is the src.. in the path but i can not figure out how can i fix this. Thanks in advance!

nikosvr88 avatar Mar 14 '23 09:03 nikosvr88

If i edit ServiceProvider.php and add an extra / after DIR then everything works perfect. Is this a valid solution?

nikosvr88 avatar Mar 14 '23 09:03 nikosvr88