Comments on: Laravel 10 CRUD REST API Tutorial Example https://www.tutsmake.com/laravel-10-rest-api-crud-with-passport-auth-tutorial/ Tutorials Maker Fri, 30 Jun 2023 18:46:26 +0000 hourly 1 By: Mark Pemburn https://www.tutsmake.com/laravel-10-rest-api-crud-with-passport-auth-tutorial/#comment-2639 Fri, 30 Jun 2023 18:46:26 +0000 https://www.tutsmake.com/?p=10869#comment-2639 In reply to Zaki.

Same thing here. I believe that the you are using Windows. Thus, the backslash (\). For Mac or Linux, use:

php artisan make:controller Api/PassportAuthController
php artisan make:controller Api/ProductController

Also, when creating the PassportAuthController, make you use this as the class name, and not AuthController,.

]]>
By: Zaki https://www.tutsmake.com/laravel-10-rest-api-crud-with-passport-auth-tutorial/#comment-2617 Wed, 17 May 2023 20:14:14 +0000 https://www.tutsmake.com/?p=10869#comment-2617 Hi,

I ran into some issues while performing Step 7:

vendor\laravel\framework\src\Illuminate\Routing\ResourceRegistrar.php:630

]]>