laravel-plugin icon indicating copy to clipboard operation
laravel-plugin copied to clipboard

Use correct file path for integration path

Open samlev opened this issue 6 months ago • 0 comments

The default path wasn't a valid directory path due to the capitalized App (instead of app):

$ php artisan saloon:list

   Symfony\Component\Finder\Exception\DirectoryNotFoundException 

  The "/var/www/html/App/Http/Integrations" directory does not exist.

samlev avatar Jul 21 '25 01:07 samlev