crater-invoice / crater

Open Source Invoicing Solution for Individuals & Businesses
https://craterapp.com
GNU Affero General Public License v3.0
7.62k stars 1.53k forks source link

Removed IdeHelperServiceProvider from providers #1257

Open khatriafaz opened 10 months ago

khatriafaz commented 10 months ago

Removed the registration for the IdeHelperServiceProvider provider to leverage Laravel's package auto-discovery.

The package will be auto-discovered and installed when the composer install command is executed and will be omitted when composer install --no-dev command is executed.

Fixes #1137