How to know laravel version?
You can use an artisan command php artisan --version
to know the laravel version.
BY Best Interview Question ON 05 Oct 2019
You can use an artisan command php artisan --version
to know the laravel version.