davy_yg's avatar
Level 27

Checking laravel version

Hello,

I have a working ecommerce file created with laravel but I cannot check the laravel version of it.

D:\xampp72\htdocs\lekaeshop>laravel --version
Laravel Installer 2.1.0

D:\xampp72\htdocs\lekaeshop>php artisan --version
Could not open input file: artisan

Any clue why?

0 likes
4 replies
jlrdw's avatar
jlrdw
Best Answer
Level 75

If that's not working it should also be in your composer.lock file.

davy_yg's avatar
Level 27

D:\xampp72\htdocs\lekaeshop>php artisan list Could not open input file: artisan

composer.lock

"name": "laravel/framework",
"version": "v5.4.28"
Snapey's avatar

Do you have a project in this folder? (and in particular, artisan file)

Please or to participate in this conversation.