Skip to content

Releases: cbaconnier/laravel-mvc-to-ddd

1.2.1

20 Feb 13:08
477be98

Choose a tag to compare

Fix missing namespaces for Sanctum config file

1.2.0

14 Feb 15:52
2a47b1d

Choose a tag to compare

Add support for Laravel 10

1.1.1

13 Jan 10:00
82b4c06

Choose a tag to compare

Fix Native Type Declarations in Jetstream and Fortify

1.1.0

17 Aug 07:50
c16c384

Choose a tag to compare

  • Add Validate Signature middleware

Reference: laravel/laravel#5942

1.0.0

02 Feb 10:25

Choose a tag to compare

  • Add support for Laravel 9
  • Fix Application.php that were not used in the Bootstrap file

Note
Using a custom Application.php is not necessary but might have a very small performance increase.

0.3.0

17 Dec 12:22
284f0fa

Choose a tag to compare

  • Add Pest

0.2.1

31 Mar 07:48

Choose a tag to compare

  • Fix autoload Command classes
  • Fix spatie/laravel-beyond-crud-demo#17 (It fix an issue where auto loaded Command classes would throw an error when called with Artisan::call())
  • Add user feedback when using ddd:install command

Add Jetstream

13 Mar 02:22

Choose a tag to compare

  • Add support for Jetstream

0.1.1

12 Mar 14:10

Choose a tag to compare

  • Fix missing import of PasswordValidationRules

Add Fortify

12 Mar 13:27

Choose a tag to compare

  • Add support for Fortify
  • Add support for PHP 8