Make Controller Error in Laravel - with php artisan command



Deep@DESKTOP-SP7239S MINGW64 /c/xampp/htdocs/My Project/laravel/OurBlog

$ php artisan make :controller UserController



  Command "make" is not defined.


  Did you mean one of these?

      make:cast

      make:channel

      make:command

      make:component

      make:controller

      make:event

      make:exception

      make:factory

      make:job

      make:listener

      make:mail

      make:middleware

      make:migration

      make:model

      make:notification

      make:observer

      make:policy

      make:provider

      make:request

      make:resource

      make:rule

      make:seeder

      make:test




Deep@DESKTOP-SP7239S MINGW64 /c/xampp/htdocs/My Project/laravel/OurBlog

$ php artisan make : controller UserController



  Command "make" is not defined.


  Did you mean one of these?

      make:cast

      make:channel

      make:command

      make:component

      make:controller

      make:event

      make:exception

      make:factory

      make:job

      make:listener

      make:mail

      make:middleware

      make:migration

      make:model

      make:notification

      make:observer

      make:policy

      make:provider

      make:request

      make:resource

      make:rule

      make:seeder

      make:test




Deep@DESKTOP-SP7239S MINGW64 /c/xampp/htdocs/My Project/laravel/OurBlog

$ php artisan make: controller UserController



  Command "make:" is ambiguous.

  Did you mean one of these?

      make:cast         Create a new custom Eloquent cast class

      make:channel      Create a new channel class

      make:component    Create a new view component class

      make:command      Create a new Artisan command

      make:controller   Create a new controller class

      make:event        Create a new event class

      make:exception    Create a new custom exception class

      make:factory      Create a new model factory

      make:job          Create a new job class

      make:listener     Create a new event listener class

      make:mail         Create a new email class

      make:middleware   Create a new middleware class

      make:model        Create a new Eloquent model class

      make:notification Create a new notification class

      make:observer     Create a new observer class

      make:policy       Create a new policy class

      make:provider     Create a new service provider class

      make:request      Create a new form request class

      make:resource     Create a new resource

      make:rule         Create a new validation rule

      make:seeder       Create a new seeder class

      make:test         Create a new test class

      make:migration    Create a new migration file.




Deep@DESKTOP-SP7239S MINGW64 /c/xampp/htdocs/My Project/laravel/OurBlog

$ php artisan make:controller UserController

Controller created successfully.




Make Controller Error in Laravel - with php artisan command


Make Controller Error in Laravel - with php artisan command