Hi there, just using the app as inspiration.
In Laravel 8 some things changed.
"Laravel 8 has introduced Routing Namespace Updates, in that they removed the automatic namespace adding features from your routes/* files."
https://www.scratchcode.io/laravel-8-target-class-controller-does-not-exist/
So this would need to be updated to work in Laravel 8
https://github.com/area17/made-with-twill-tutorials/blob/master/routes/web.php#L18
Hi there, just using the app as inspiration.
In Laravel 8 some things changed.
"Laravel 8 has introduced Routing Namespace Updates, in that they removed the automatic namespace adding features from your routes/* files."
https://www.scratchcode.io/laravel-8-target-class-controller-does-not-exist/
So this would need to be updated to work in Laravel 8
https://github.com/area17/made-with-twill-tutorials/blob/master/routes/web.php#L18