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
Do you know what version of laravel do you generally use?
What is namespace in php laravel?
How will you explain events in laravel?
Laravle supports which databases?
What is laravel model?
What are advantages of laravel?
How to get current action name in laravel?
Explain the directory structure of laravel 5.6.
What are all the different Route Parameters ?
What is difference between implicit and explicit route binding in laravel?
What are the example of services?
What is acl in laravel?
What is meant by CRUD and explain each of it Operations ?
In which directory controllers are kept in laravel?
What do you mean by boot & register method used in laravel 5?