I’m trying to run an artisan command on a laravel project from another laravel project. The current problem is that in any case the executed artisan commands inherit the .env file of the project from which the command is executed. Do you have any tips for me?
I tried running the commands via powershell script and batch script but the result remained unchanged
New contributor
andre022004 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.