Skip to content

Feature - Laravel - Customizable artisan path #4066

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

Merged

Conversation

Skullsneeze
Copy link
Contributor

  • New feature
  • Docs added

Problem
With certain setups the default path for artisan does not resolve to the correct directory (eg. monorepo with laravel + another application).

Solution
This PR adds the possibility to set a custom path to artisan, with a fallback to the default path if no custom path is defined.

Notes
This PR is somewhat similar in nature to #3772 but aims to provide an easier way of adjusting the path

@Skullsneeze Skullsneeze force-pushed the feature/customizable-artisan-path branch from feac30b to 4b05dd8 Compare May 12, 2025 08:37
@Skullsneeze
Copy link
Contributor Author

Thanks @antonmedv, I agree this is a cleaner solution! I've updated the PR and squashed the commits

@antonmedv antonmedv merged commit 66a168a into deployphp:master May 12, 2025
6 checks passed
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

Successfully merging this pull request may close these issues.

2 participants