masonite
masonite copied to clipboard
The Modern And Developer Centric Python Web Framework. Be sure to read the documentation and join the Discord channel for questions: https://discord.gg/TwKeFahmPZ
### Is your feature request related to a problem? There’s quite a bit of boilerplate code that repeats for each CRUD operation needed for a new model. ### What do...
Allow to change cookie settings from config [800](https://github.com/MasoniteFramework/masonite/issues/800)
### Is your feature request related to a problem? We can not set the cookie settings from config ### What do we currently have to do now? Currently we have...
### Describe the bug When notification inherit `Queueable` class then it should queue the notification as it describe in documents but it is not queuing it. ### Expected behaviour _No...
providing a list of regex meta charscters could cause a false pass for validation by checking if the characters in the special chars exist without using regex we avoid this...
Not really sure how this has stayed unnoticed for so long. This fixes the "errors" put into session flash being removed at the beginning of the session and put into...
@josephmancuso Sorry I broke this PR badly and had to recreate it so we have lost the chat history ;(. This PR addresses #816: > moves the MessageBag helper in...