docs icon indicating copy to clipboard operation
docs copied to clipboard

Documentation for Masonite

Results 14 docs issues
Sort by recently updated
recently updated
newest added

Fix container call #237

https://docs.masoniteproject.com/the-basics/static-files#configuration ![image](https://github.com/MasoniteFramework/docs/assets/19355144/10164059-e394-49b9-8444-681e7678d70c)

In docs it appears the following code: ```python from wsgi import container from masonite import Queue class SomeCommand: def handle(self): queue = container.make(Queue) queue.push(..) ``` But wsgi module doesn't has...

Gitbook has a feature to implement dark mode. It would be great for people that are more comfortable reading in dark mode See: https://changelog.gitbook.com/may-2023/30-may-a-light-dark-mode-toggle-and-new-customization-options

As discussed on discord, in v3, the [documentation](https://docs.masoniteproject.com/v/v3.0/the-basics/views#route) says "Another cool feature is that if the current route already contains the correct dictionary then you do not have to pass...

I have a couple of tips I would like to add to the docs eg handling authorization failures in AJAX calls using middleware. Where should these go? There is no...

### Is your feature request related to a problem? Any example for API with Authorization? Mostly example is too old to run. ### What do we currently have to do...

documentation

https://docs.masoniteproject.com/v/v3.0/architectural-concepts/request-lifecycle

documentation