Joseph Mancuso

Results 131 comments of Joseph Mancuso

How were you doing this in Masonite? what did the Masonite controller look like? i need to know the exact data type you were returning i think

Also the request data because it looks from the stack trace its throwing an error trying to load the post data into the request class ``` 2024-10-24 15:32:27 File "/usr/local/lib/python3.8/site-packages/masonite/request.py",...

thank you ill try to replicate this again once more thank you for being patient with me

ill try to check these this week

can you paste your migration file here?

@circulon ``` masonite_posts = user.posts.where("subject", "masonite").all() ``` this is filtering the collection. i want it to work slightlt differently where this returns a collection: ``` masonite_posts = user.posts ``` but...

tests need to be fixed