-
### Describe the bug
When I change API Controller name it happened. When I change name to original it still exit.
When I revert the code, the bug is missing.
### Expected behaviour
H…
-
**Describe the bug**
using .update() on a model with attribute changes that have to be cast does not work.
It looks like all values are passed directly to the QueryBuilder without being transformed …
-
### Is your feature request related to a problem?
The query builder docs mention a `delete` method: https://orm.masoniteproject.com/query-builder#deletes, but I don't see any way of figuring out how …
-
### Describe the bug
The `connection` option is available on `seed:run` (and `migrate:refresh` when used together), but this option is ignored, resulting in the default database connection always b…
-
### Is your feature request related to a problem?
Hope to support an open source websocket library. Build a separate websocket server system by yourself, and then connect to use it through Masonite.
…
-
To have type hinting for model attributes what we can do is to add a new command `model:docstring` to generate automatically type hints for the models. Then we would just have to copy/paste generated …
-
It would be great to have support for Masonite Framework
Masonite Repo: https://github.com/MasoniteFramework/masonite
Docs: https://docs.masoniteproject.com
-
### Describe the bug
When adding a new domain in Mailgun, you have the option of specifying EU as the region; US is the default. If the developer does so, then the base API url changes from `https://…
-
Could be able to check if there are any recommendations for Masonite. See an example in the docs here.
This can be used when you hit a bug on Masonite 2.2.23 but the latest is version 2.2.31 for ex…
-
```python
from databases.models import Account
import pickle
accounts = Account.is_logged_in().in_random_order()\
.take(100).get().chunk(10)
pickle.dumps(accounts)
```
Error:
```tex…