Support the ongoing development of Laravel.io →
Installation Configuration Authentication
Last updated 1 year ago.
0

Change routes.php:

Route::get('/register', [
    'uses' => 'Auth\AuthController@newUser',
    'as' => 'newUser'
]);
0

Ok I got it, thanks. When the php artisan make:controller is used it places the controller in a default folder that can be reached directly from the routes.php. So when controllers are placed in a directory, that directory must be defined in the routes.php

0

Sign in to participate in this thread!

Eventy

Your banner here too?

muppbarn muppbarn Joined 29 Mar 2016

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.