Doubt about the version of the Laravel:

Asked

Viewed 760 times

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

1 answer

0


  • Do I have to reinstall Windows, I have the latest version?: if yes, how to remove the previous version

  • does not need to reinstall the Laravel, just choose the directory for the new installation and make use of the composer as described in the reply. Tip always use Poser to manage your Laravel applications. This way your installation will be Laravel 5.1

  • 1

    C:xampp htdocs> Composer create-project Standard/Standard project name "5.1. *" apparently worked

Browser other questions tagged

You are not signed in. Login or sign up in order to post.