I'm trying to create a project template in vs 2017 using SideWaffle , the problem is that it references existing projects in separate folders. ex:
sln: project A
libraries \ project b
libraries \ project c
The projec...
I'm trying to create a project in laravel with the command:
composer create-project --prefer-dist laravel/laravel blog
But you are requiring authentication:
Authentication required (packagist.org)
Username:
Password:
I do not...