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? No ### What do we currently have to do now? _No response_ ### Describe the solution you'd like MustVerifyEmail class add...
### Is your feature request related to a problem? It is possible to "stop on first validation failure" in Laravel and it would be great to do the same here...
### Is your feature request related to a problem? no ### What do we currently have to do now? _No response_ ### Describe the solution you'd like Need to be...
### Is your feature request related to a problem? Currently when there is a validation error when using the `*` nested validations it returns an error like `The users.*.last_name field...
This PR is trying to complete type hinting the whole Masonite codebase for better DX.
- [ ] Would be great to be able to specify which environment to use when running `python craft tinker` maybe with ``` python craft tinker --env production ``` default...
### Is your feature request related to a problem? It would be very useful to have Route Model Binding, similar to what [Laravel has](https://laravel.com/docs/9.x/routing#route-model-binding). ### What do we currently have...
### Describe the bug - When we try to delete any data which have soft delete used in it, error occured as: - error: "(1064, \"You have an error in...
I like to implement a translation handling using gettext, here is what I did: given a template with translations e.g. in welcome.html ``` {{ _("Translation") }} ``` create locales path...