Skip to main content

You can install the package via composer:

composer require javaabu/exports

Publishing the config file

Publishing the config file is optional:

php artisan vendor:publish --provider="Javaabu\Exports\ExportsServiceProvider" --tag="exports-config"

This is the default content of the config file:

// TODO