Support the ongoing development of Laravel.io →
Configuration
Last updated 1 year ago.
0

Update: PHP is in my PATH.

0

To make an alias you can use: doskey artisan=php artisan $*

But it only works until you close the terminal, to make it stick look at http://www.makeuseof.com/tag/how-to-define-command-line-aliase...

0

I'm aware of aliases, but my previous setup worked without them... If I renamed artisan, it would just work with the new name - no need to create a new alias. I remember that I'd set this up over two years ago, but can't remember how I did it.

Going to have to use aliases for now.

0

Guessing again.

If you rename artisan to artisan.php and double click on it and select php to be the default program for .php files it'll work too.

Security wise that might not be the best option if someone sends you a rogue .php file.

0

Just struck me: I'm sure I did something to support shebangs in Windows, but all the articles I've read don't seem to be what I had before. Nonetheless, still can't be sure 100% what I did to get this to work.

@tkprocat - I could do that, but the idea is for it to work out of the box, without any renaming.

0

have you added the php bin path to windows PATH ?

0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.