This package gives you the ability to create synchronization files and prevent you from having to write one time use commands when you've got for example: A database structure change that will require you to modulize-api the old structure data with the new structure.
The best way to install this package is through your terminal via Composer.
Run the following command from your projects root
composer require netcreaties/laravel-modulize-api
This package supports package discovery.
Publishing the config will enable you to overwrite some of the settings this package uses. For example you can define where modules should be stored.
php artisan vendor:publish --provider="LaravelModulize\\Providers\\ModulizeServiceProvider" --tag="config"