Skip to content

Releases: eleftrik/laradhoc

2.6.0

22 Aug 09:20
cb62f92

Choose a tag to compare

Added

  • script to spin up fresh Docker containers (by @xnekv03)
  • add intl extension (by @xnekv03)

2.5.0

30 Nov 16:26

Choose a tag to compare

Added

  • support for PHP 8.3 (with xdebug-3.3.0alpha3)

2.4.0

03 Jul 19:50

Choose a tag to compare

Added

  • support for PHP 8.2

2.3.0

19 Feb 09:43

Choose a tag to compare

Added

  • support for PHP 8.1

2.2.1

14 Sep 13:37

Choose a tag to compare

Fixed

  • Error when executing RUN mkdir /usr/share/man/man1/ in php-fpm container

2.2.0

02 Mar 18:35

Choose a tag to compare

Changed

  • remove composer container and use php-fpm to leverage the same PHP version

Version 2.1.0

25 Feb 17:40

Choose a tag to compare

Changed

  • laradhoc binary can now be invoked outside Laradhoc's folder
    (e.g. inside src folder)

Added

  • laradhoc phpunit to run tests inside a Docker container

Version 2.0.2

29 Jan 15:35

Choose a tag to compare

Fixed

  • wrong Laradhoc is not running message error even if Laradhoc is up
  • fix composer version
  • fix artisan command and remove XDEBUG warnings

Version 2.0.1

25 Jan 14:00

Choose a tag to compare

Fixed

  • ./bin/laradhoc checks if .env file exists
  • ./bin/laradhoc help can be run even without .env file or without
    running containers

Version 2.0.0

25 Jan 13:15

Choose a tag to compare

  • add ./bin/laradhoc as a common entrypoint to run commands
  • add commands / aliases (see ./bin/laradhoc help)
  • use Composer 2