-
Hi Prisma Team! The following command just crashed.
## Command
`db push`
## Versions
| Name | Version |
|-------------|--------------------|
| Platform | win…
-
### 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 in Masonite validation, to avoid writing …
-
# Describe the bug
When running a migration containing an enum column to add to an existing table, using the MySQL connector, the migration fails.
# To Reproduce
1. Create a MySQL database
2. D…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
### Describe the bug
I tried using storage from facades but got the following error: 'Storage' object has no attribute 'disk'
```
from masonite.facades import Storage
class WelcomeController:
…
-
### Describe the bug
In Masonite 3, the validation decorators were [documented](https://docs.masoniteproject.com/v/v3.0/advanced/validation#using-the-decorator). However, I don't see them in the do…
tpow updated
3 months ago
-
Can flask admin be used without SQLAchemy? I'm really not a fan of the project and would prefer to use a different ORM such as masonite-orm.
-
### Describe the bug
It appears that the masoniteproject.com and related subdomains are no longer responding. This includes
https://docs.masoniteproject.com/ and https://orm.masoniteproject.com/
…
tpow updated
3 months ago
-
### Describe the bug
how to get value from form with multiple inputs with same name and save in db.
### Expected behaviour
how to get value from form with multiple inputs with same name and save in…
-
### Is your feature request related to a problem?
Kind of.
Currently there is no way to log any form of message (exceptions, errors or debug info to persistent storage for later evaluation.
This …