Boa tarde.
Não está funcionando o comando: php artisan serve.
*PS C:\wamp64\laravel> php artisan serve
Could not open input file: artisan*
Desta forma não consegui acessar o localhost:8000. O que devo fazer parar que dê certo?
Att.;
Sandro
===================================================
23/06/2022 Consegui resolver instalando o composer:
Installation Via Composer If your local machine already has PHP and Composer installed, you may create a new Laravel project by using Composer directly. After the application has been created, you may start Laravel's local development server using the Artisan CLI's serve command:
composer create-project laravel/laravel example-app
cd example-app
php artisan serve
Once you have started the Artisan development server, you may access your application at http://localhost:8000.