How to know laravel version?
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 |
How to install installing mariadb on homestead?
Have you used lumen before?
What is Named Routes.
What is bagisto?
Explain named routes in laravel?
What is laravel auth guard?
What do you know about traits in laravel?
Is laravel support caching? Explain
How to run a php file in laravel?
What is a Views ?
How we can get user's detail when he is logged in using auth?
How to create & register a service provider in laravel 5?