This can be done by running composer config -g -- disable-tls true but don't do this since the installation process won't be able to install Laravel. Follow the open_ssl guide if needed (see open_ssl)Run a new installationOnce everything is installed correctly, we can run the ...
:) @jlrdw you really don't need to stress on the actual url it is just an example with the role in it, so it can be anything. First I'm using resourceful routes and controllers: http://laravel.com/docs/4.2/controllers#restful-resource-controllers. thus /user is a GET verb and is...