You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added Error Handling for development and production
Added a base database layer connected with custom environment variables
Added a bunch of methods for Form Validation
Added simple Token object for creating and validating tokens without JWT. These can be used in test projects but are not recommended for use in actual projects
Fixed
Fixed bug with Response::renderHtmlPage()
Fixed the HTTP code rendering in the browser from Response::respondWithCode