Skip to content

[CONFIG] Wrong path Laravel-Plugin on command execution #476

@saiht

Description

@saiht

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/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions