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