Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
saiht opened this issue Jan 16, 2025 · 0 comments
Open

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

saiht opened this issue Jan 16, 2025 · 0 comments

Comments

@saiht
Copy link

saiht commented Jan 16, 2025

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 saiht changed the title Wrong path Larave-Plugin on command execution [CONFIG] Wrong path Laravel-Plugin on command execution Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant