soberwp / controller

Composer package to enable a controller when using Blade with Sage 9
MIT License
368 stars 43 forks source link

Allow changing of sage function namespace #105

Closed briggySmalls closed 5 years ago

briggySmalls commented 5 years ago

This introduces a filter sober/controller/sage_namespace to allow those using controller to change the sage function from being located in the default App.

Fixes #104

I felt 'in the zone' and opened this pull request to my own issue. I acknowledge that at the very least the name of the filter might need improving. That is assuming that the issue is recognised as one that should be addressed in the first place...

darrenjacoby commented 5 years ago

Thanks for this, I will merge this soon. I agree a filter is the correct way to go here.

briggySmalls commented 5 years ago

Thank you!

darrenjacoby commented 5 years ago

I have merged to master, will be tagged in the coming weeks once I resolve a few other issues.