Laravel Console Mutex Versions Save

Mutex for Laravel Console Commands.

5.3.0

6 years ago
  • Added separate branch and release for Laravel 5.3;

5.2.0

6 years ago
  • Added separate branch and release for Laravel 5.2;

5.1.0

6 years ago
  • Added separate branch and release for Laravel 5.1;

1.5.0

6 years ago
  • RuntimeException used for immediate stop of command execution.

Useful for complex commands, where few initialize actions are take place. If initializeMutex is first, all other initializations would be skipped automatically now.

1.4.6

6 years ago
  • Made different Travis test envs more independent;

1.4.5

7 years ago
  • phpredis client supported for redis strategy, as well as predis client;

1.4.4

7 years ago
  • Readme improved;

1.4.3

7 years ago
  • Added the database port to MySqlLock;

1.4.2

7 years ago
  • Tagged all points of Laravel backwards compatibility logic;

1.4.1

7 years ago
  • Minor tests fixes;