-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting a BadMethodCallException on PHP Artisan on Laravel 5 #18
Comments
GumptionTechnologies were you able to get this installed on laravel 5.2? If so how did you get around the "[BadMethodCallException] Call to undefined method [package]" error? |
I wasn't able to get it going. However, I made direct calls to my SAML classes and got it completed. If you need that way, I can help you on that. |
Yeah if you could show me how you did it that would be great. Did you use simplesamlphp or did you create something totally custom? |
I used simplesamlphp and got it working within Laravel 5.2. Can we discuss your problem on Skype? |
GumptionTechnologies thanks for the willingness to help out. I actually got it working with the https://github.com/aacotroneo/laravel-saml2 library. |
Welcome my friend. But this package doesn't help with SimpleSAMLPHP. Right? |
No it uses onelogin/php-saml. |
@GumptionTechnologies Could you please share me the details how to integrate the simplesamlphp in laravel. |
Hi,
Thanks for writing a good package for SAML but I need to know if the package is good for Laravel 5 too?
I am getting BadMethodCalException on PHP Artisan when I run this "php artisan config:publish knight-swarm/laravel-saml"
"call to undefined method [package]"
The text was updated successfully, but these errors were encountered: