@rollin
To check the version of Laravel that you are using, you can use the following methods:
1
|
php artisan --version |
This will output the version number of Laravel that you are using.
@rollin
To check the Laravel version of your project, you can use either of the following methods:
Both methods will provide you with the version of Laravel that is installed in your project.