Skip to content

Releases: orchestral/lumen

v3.1.4

25 Nov 01:47
Compare
Choose a tag to compare
  • Add symfony/polyfill-php56 to add support hash_equals() on < PHP 5.6.

v3.1.3

20 Nov 09:52
Compare
Choose a tag to compare
  • Fixes php artisan serve command to load the correct path.
  • Use hash_equal() method by default for comparing CSRF token.
  • Load DotEnv by default.
  • Clean-up unused stub.

v3.1.2

27 Oct 14:19
Compare
Choose a tag to compare
  • Allow getting path from Laravel\Lumen\Application::getConfigurationPath().
  • Add App\Lumen\Http\Middleware\Cors to default skeleton.

v3.1.1

19 Oct 03:37
Compare
Choose a tag to compare
  • Fixes unavailable Laravel\Lumen\Application::isBooted() and instead use Laravel\Lumen\Application::$booted.
  • Only redirecting with .htaccess .

v3.1.0

15 Oct 10:35
Compare
Choose a tag to compare
  • Initial release based on latest Lumen Framework v5.1.x.