How to Check Laravel Version through CLI / command prompt and file
There are 2 easy ways to find out what version of laravel you are using. They are by running php artisian commands on CLI or checking the files. Method 1: Check Laravel Version using CLI / Command Prompt The tells us that the Laravel Framework version we are currently using is 7.11.0 Alternative to the […]
How to Check Laravel Version through CLI / command prompt and file Read More »