Changed
- Changed craft key command to put into env by default
- Changed setting of response headers for the response and request headers for the request.
- Changed Request class is no longer accessible before a request is started and is no longer a singleton
- Changed Response status is now done through the response class
- Changed `queue`, `available_at` and `reserved_at` to queue_jobs table.
- Changed 1 job per queue work poll to 5 jobs per poll
Added
- **Added Masonite ORM**
- Added single method controllers via `__call__` method
- Added a `HeaderBag` on the request class.
- Added `Header` class concept.
- Added same header concept to responses
- Added Vue3 Preset
- Added Secure cookies via a SECURE_COOKIES environment variable
- Added PubNub broadcast driver
- Added Tailwind Preset
Removed
- Removed "HTTP" concept on the request class.
- Removed route helpers