Estou utilizando no meu xampp o localhost:83
Command "server" is not defined.
Did you mean one of these?
dump-server
make:observer
serve
Estou utilizando no meu xampp o localhost:83
Command "server" is not defined.
Did you mean one of these?
dump-server
make:observer
serve
Oi Pedro, tudo bom?
Acho que você digitou server ao invés de serve:
Command "server" is not defined.
Tenta:
php artisan serve
Sem o R.
Uma outra abordagem, é utilizar o próprio php pra subir o servidor. Algo como:
php -S localhost:8000 -t public/