laravel-saml2
laravel-saml2 copied to clipboard
Vendor publish error
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!
If i edit ServiceProvider.php and add an extra / after DIR then everything works perfect. Is this a valid solution?