Skip to content

Releases: rappasoft/laravel-boilerplate

v7.0.0

27 Jun 00:56
Compare
Choose a tag to compare

Started from scratch with a blank Laravel 7.* installation. This release is not an upgrade, and for that reason it is impossible to document all the changes that occurred. This version should be used for new projects.

v6.0.5

26 Jun 19:48
Compare
Choose a tag to compare

Changed

  • Namespace fix
  • Update jquery version
  • Chinese language updates

v6.0.4

09 Apr 23:06
Compare
Choose a tag to compare

Changed

  • Fixed typo in translation file
  • Dependency updates

v6.0.1

22 Oct 03:43
Compare
Choose a tag to compare

Added

  • Added facade/ignition-code-editor to be able to edit files right from ignition screens
  • Added facade/ignition-self-diagnosis to for useful checklist of things that could get fixed when encountering an error
  • Added facade/ignition-tinker-tab which adds a tinker tab in ignition which uses laravel tinker behind the scenes to be able to use tinker right from error screens

Changed

  • Update to Laravel Commit 953b488b8bb681d4d6e12227645c7c1b7ac26935 (Without password confirmation stuff)
  • Fix socialite bug (#1284)

v6.0.0

09 Sep 15:30
Compare
Choose a tag to compare

Added

  • Added captcha to login request
  • Added server variable that denotes whether or not the application is currently running tests, false by default but enabled by phpunit.xml
  • Added security headers middleware with everything disabled by default
  • Added Mail globals to .env.example
  • Added Email validation to contact form
  • Added the https://github.com/404labfr/laravel-impersonate package to replace my home grown impersonate feature with much stronger functionality

Changed

  • Upgrade to Laravel 6.0
  • Update to laravel commit: 31394de4d736c171d40bb03d50313c60b0e4af38
  • Enabled debugbar models
  • Converted “Demo Mode” to “Read Only Mode” to be more generic
  • Update package versions
  • .env.example Laravel version
  • Hide sidebar ‘System’ label unless admin
  • Added blade include snippets instead of attributes on the model, if they returned any sort of html
  • Don’t preinstall predis or force redis as any driver
  • Condense language dropdown padding
  • Refactor socialite buttons to php includes
  • Add array of paths that can not be accessed as GET requests in read only mode
  • Update base repository and refactor anything that broke

Removed

  • Removed unused avatar images from CoreUI
  • Removed dashboard as parent breadcrumb for certain sections
  • Removed unused key in app.php
  • Removed default string length of 191 because everyone should be above MySQL 5.7.7 at this point.
  • Removed all html being returned from attribute classes in favor of blade include snippets
  • Removed laravel dump server, laravel tinker, laravel self-diagnosis from default install
  • Removed backend.php config file and just put comment in layout file
  • Removed unused helper file
  • Removed letrunghieu/active for homegrown one since I’m not waiting for them to update to laravel 6.0
  • Removed owen-it/laravel-auditing until it supports Laravel 6.0

v5.3.8: - Added Azerbaijan language (https://github.com/rappasoft/laravel-boi…

21 Aug 18:46
Compare
Choose a tag to compare

Added

  • Added Azerbaijan language (#1254)
  • Added NIST Password Rules (#1258)

Changed

  • Assign all permissions to the Admin role without the need to explicitly assign the roles/permissions to the user. (#1227)

Removed

v5.3.7

21 Aug 15:06
Compare
Choose a tag to compare

Added

  • Actual changelog

Changed

  • Repository name since 6.0 is about to release
  • Upgrade to laravel commit bb433725483803a27f21d3b21317072610bc3e9c