How to know Laravel version and where is it defined?
Is Laravel version is defined inside my application directory or somewhere in global server side directory?
Run this command in your project folder location in cmd
php artisan --version