Topic View
#Artisan.
Explore Artisan articles, tutorials, guides, and code examples on MeshWorld India. Learn best practices, get practical tips, and level up your Artisan skills.
1 post
Nov 2024
Filed under this topic
Laravel 5 min read
Check Your Laravel Version from the Command Line
How to check your Laravel version using php artisan --version, php artisan about, composer show, and app()->version(). Updated for Laravel 12 in 2026.
Vishnu