Answer Posted / sachin-laradev
In terminal you can run this command "php artisan --version"
Or if you don't have terminal access you can check it in composer.json file
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the middlewares in laravel?
How do I test sending emails without actually sending emails to real addresses?
what is meant by Global Middleware and Route Middleware ?
Why are migrations necessary?
What are the advantages of using laravel?
Tell me what are the feature of laravel 5.0?
How to Sharing Data with all Views ?
What is a Terminable Middleware ?
What is trait in laravel?
How to create migrations in laravel? Explain step by steps.
Can you explain about serialization?
List site types supported by homestead?
What is validation in laravel and how it is used?
What is an observer in laravel?
Tell us what are bundles, reverse routing and the ioc container?