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

Fixed the problem. It turned out that the PATH was NOT included, I thought it was, but that path turned out to be the one of composer for its CMD commands, not the Laravel ones.

So I ran

composer global require "laravel/installer=~1.1"

and then the message appeared

" Changing directory to C:\Users\Stefany\AppData\Roaming\Composer\vendor\bin "

So I went to that directory and I saw that laravel.bat file WAS THERE, so I copied the path and pasted in in the system variavles windows, then ran the Laravel command:

laravel new blog

And it worked!

ahmedmansoor liked this reply

1

Sign in to participate in this thread!

Eventy

Your banner here too?

Stefany93 stefany93 Joined 5 Jul 2015

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.