Skip to content

Releases: salehhashemi1992/laravel-intelli-db

v0.0.5

05 May 08:22
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release
add exception handler

v0.0.4

05 May 08:11
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release
Remove redundant code from ExtendedRuleMakeCommand

This commit removes the redundant call to the handleDomainOption() method in the ExtendedRuleMakeCommand class, as it is no longer necessary due to changes in the code.

v0.0.3

05 May 08:05
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release
Rename namespace and command class

Renamed the namespace and command class from "Salehhashemi\LaravelDomainExpert" to "Salehhashemi\LaravelIntelliDb" in the files "ExtendedRuleMakeCommand.php" and "LaravelIntelliDbServiceProvider.php".

v0.0.2

05 May 07:40
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release
Add ExtendedRuleMakeCommandConsoleTest to test package functionality

This commit adds the ExtendedRuleMakeCommandConsoleTest file to test the functionality of the LaravelIntelliDbServiceProvider package. The test file includes a simple example test to ensure that the package is working correctly.

v0.0.1

05 May 07:38
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release
[ai]