Masonite 1.3
Masonite 1.3
Introduction
1. Fixed infinite redirection
2. Fixed browser content length
3. Changed how request input data is retrieved
4. Added Upload drivers
<html>
<body>
<form action="/upload" method="POST" enctype="multipart/formdata">
<input type="file" name="file">
</form>
</body>
</html>5. Added several helper functions
6. Added a way to have global template variables
7. Middleware is now resolved by the container
8. Added new domain method to the Get and Post classes
9. Added new module method to Get and Post routes
10. Added Queues and Jobs
Last updated