kingstarter / laravel-saml

A laravel 5.4 / 5.5 SAML plugin that transforms laravel into an IDP.
MIT License
55 stars 29 forks source link

Auto create folders #4

Closed neilherbertuk closed 6 years ago

neilherbertuk commented 6 years ago

LaravelSamlServiceProvider changed to only run console related things in console. Added auto-creation of saml/idp folder within storage path. Switched to using Laravel's loadRoutesFrom method instead of including file.

steve-ks commented 6 years ago

Good idea to move all into laravel and away from the console, I will try to test this hopefully this or next week, then merge it.