ok, I copied these two lines
$router->get('/signup', 'Auth\RegisterController@showRegistrationForm');
$router->post('/signup', 'Auth\RegisterController@register');
from /Users/slave1/code/laravel/han-solo-carbonite-collectibles/spark/src/Http/routes.php
to
/Users/slave1/code/laravel/han-solo-carbonite-collectibles/app/Http/routes.php
And then the /signup route was working, I also had to copy the auth folder over to the laravel views folder, but now all is working again.
I don't think this is the right way, any input/advice would be appreciated.
The layout of Spark folders seems really archaic, is there a better way or has anyone just merged all the spark files in to the laravel folders so it's more standard, would cause issues with updates, would be nice if it was more of a standard package setup.
Thanks in advance.