0
When I installed the Laravel I used the command: "Composer global require Laravel/installer" being carried out the installation of the latest version that is working normal. I want to create a project in version 5.1, what would the correct command look like? I tried these ways but it didn’t work:
1 - Composer create-project --prefer-dist Standard/Standard 5.1 project name.*
2 - Scalable/Project Name Format 5.1.*
3 - Project-name Laravel 5.1.*
NOTE: Do I have to reinstall Windows?: if yes, how to remove the previous version
Do I have to reinstall Windows, I have the latest version?: if yes, how to remove the previous version
– Harry
does not need to reinstall the
Laravel
, just choose the directory for the new installation and make use of thecomposer
as described in the reply. Tip always use Poser to manage your Laravel applications. This way your installation will be Laravel 5.1– novic
C:xampp htdocs> Composer create-project Standard/Standard project name "5.1. *" apparently worked
– Harry