-
### Describe the bug
I am wanting to use a job to send a mailable. This mailable uses a template for the content.
When I run the queue worke the jobs fail with the following: `'route' is undefined…
-
### Is your feature request related to a problem?
Not really
### What do we currently have to do now?
Write your own Provider or attempt to port the M3 Providers to work with M4
### Describe the …
-
**Describe the bug**
if you have a model thst defines attributes to be cast
via `__casts__` you should not have to then tell `.create()` to check the model for casts on columns, it should just hand…
-
Whats the issue?:
I want to use the debug bar in M4
Steps to replicate this:
Install a basic M4 Project
Install the debug bar as per the docs - as per the docs here
Publish the atrifacts for th…
-
This method is trying to load `Controller` instances from some python modules strings given in input.
The issue is that it's trying to load objects of type `src.masonite.controllers.Controller` and…
-
**Describe the bug**
Using custom connection details providing a non default path to database config file are ignored.
**To Reproduce**
i ran into this while playing with a custom Masonite c…
-
### Describe the bug
When running tests, something odd is happening with relationships, MorphMany specifically.
If I have an `@morph_many` relationship within a mixin, it will worked as expected…
-
When we have model with `has_one` relationship and want to access the related model fields, it is not hydrated, so it executes more queries than needed.
**Example**
Models:
```python
class Web…
-
**Describe the bug**
If you have multiple migrations in package development then we need a way to maintain the hierarchy of migrations.
**To Reproduce**
Steps to reproduce the behavior:
1. Start…
-
* we should add `Next Major Only` label.
* put `events/` in `src/masonite/events`
In order to use package we will need to do
```python
from masonite.events import ...
```