Replies: 1 comment
-
| Hi @ldiebold, This is a good one! I will put it on the roadmap 👌 | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
This may be something more suited to userland, yet I thought it was worth asking!
Sometimes, we want to include attributes in our request. Laravel allows us to automatically append these attributes with
appendsHowever, often we only want those attributes on occassion. So My feature request is this.
Allow the developer to have an
appendsarray on the Controller, similar to how we currently useincludesThen we can use the following query to only append what we need:
Thoughts? 😃
Beta Was this translation helpful? Give feedback.
All reactions