Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

External project features, fixes and Laravel framework upgrade to 5.6

Choose a tag to compare

@rygilles rygilles released this 12 Apr 09:48
· 51 commits to master since this release

This release include new features and fix from an external project based on this boilerplate.

Features

  • User email validation : When a new user register, he can't access to the dashboard until he confirm is email address.
  • "Mark all as read" : New API route for notifications and a button permitting the user to mark all is new notifications as read in one action.

Fixes and miscellaneous

Laravel

  • Upgraded framework version from 5.4.* to 5.6.*
    • Disabled the CORS package temporarily (Need to upgrade for Laravel 5.5+ compatibility ?)
    • Moved logging configuration to dedicated config file
    • PHP 7.1+ is now required