masonite icon indicating copy to clipboard operation
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

Results 75 masonite issues
Sort by recently updated
recently updated
newest added

### 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...

enhancement

### 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...

enhancement
idea
Next Major Only

### 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...

enhancement

### 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...

enhancement
Next Major Only
hard

This PR is trying to complete type hinting the whole Masonite codebase for better DX.

Next Major Only

- [ ] 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...

idea

### 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...

enhancement

### 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...

bug

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...