0

How To Check the Version Of Laravel FrameWork On CentOS 7.6

Hello,I have tried running the command to check the version of Laravel FrameWork using laravel --version.What is the command to check the version of laravel

Laravel CentOS Add a comment
caden
asked Aug 22 2019

Answer

0

Navigate to the location of Laravel project or Laravel installed location

ensure there is a artisan file in the above location

and run the command " php artisan --version"

Add a comment
linuxhelp
asked Aug 22 2019
Post your Answer