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
Updated the session configuration file to support the use of the new DB session driver
Added new email configuration file to support the new email service from the framework
There is a new email directory at app/Email where you store all reusable emails
Added a new main.php configuration option baseUrl
Because of the new email service from the framework, the skeleton now has full functionality for sending emails for
verification and password resetting, check the app/Email directory
Changed
Inside the session.php configuration file, the prefix is now only used with the file driver because the
database driver does not need it.
Fixed
Added missing error flash placeholder for the email verify view