saloon icon indicating copy to clipboard operation
saloon copied to clipboard

[CONFIG] Wrong path Laravel-Plugin on command execution

Open saiht opened this issue 1 year ago • 0 comments

After installing Saloon and Laravel plugin, publish config, then edit integrations_path.

FROM :

'integrations_path' => base_path('App/Http/Integrations'),

TO:

'integrations_path' => base_path('src/Domains/Integrations'),
  1. Execute php artisan saloon:connector
  2. Expect to have the new connector in src/Domains/Integrations/
  3. The new connector is in app/src/Domains/Integrations/

saiht avatar Jan 16 '25 05:01 saiht