laravel-one-time-operations icon indicating copy to clipboard operation
laravel-one-time-operations copied to clipboard

Allow finding operations from multiple directories

Open alikhosravidev opened this issue 2 years ago • 1 comments

This PR is a solution for this ISSUE

This possibility is very useful in the modular development process.

For example, in service providers, other folders can be introduced to the package

OneTimeOperationManager::loadOperationsFrom(base_path('modules/User/Operations'));

alikhosravidev avatar Dec 04 '23 13:12 alikhosravidev

This PR needs more changes. A new function is introduced, but there is no point merging the code yet, without implementing the corresponding code in the commands.

dev-databee avatar Dec 15 '23 02:12 dev-databee