Samuel Girardin
Samuel Girardin
I am thinking of: - the view name - the context injected into the view
As a base this PR https://github.com/MasoniteFramework/validation/pull/47/files was trying to implement this.
There was a `masonite-logging` package in Masonite < 4. For Masonite 4 we have chosen to rely on the `logging` package directly. However, having a `LoggingProvider` with different logging handlers...
I will think about this 😉
For the orm part, for now it's not possible to specify the `schema` for postgres. If it was possible, then you would need to parse the url to find the...
Or is it useless as we can do something like `APP_ENV=production && python craft tinker` ? This is actually a feature from Django, in every commands you can override current...
We will take a look asap ! 😉
It's a cool feature indeed 👍 Maybe the solution is to be able to choose one or the other in configuration. If the code is also sent by email, why...
Okay yes that makes sense. We will consider this ! There is no real challenge here, the only difficulty I see is what to integrate inside Masonite 4 by default....
> I was going to close this but we might be able to do this through some classes you can build you own logic around Yes it would be great....