0

i tried to put

php artisan make:auth

but it came out this:

  Command "make:auth" 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

is there a new command similar to make:auth or something? thank you in advance

harraz syah
  • 45
  • 1
  • 7

1 Answers1

2

for working of make:auth you need to install the laravel/ui package,For more insfo you can check that documentation https://github.com/laravel/ui...But as @Parsa_Gholipour suggests try to use jetstream ...You will get better support in the laravel 8

Tanvir Ahmed
  • 969
  • 12
  • 24