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 |
What is dependency injection in laravel?
How to Accessing Session Data in Laravel ?
What are guards in laravel?
How can you enable query log in laravel?
Explain how to serve sites on valet?
How to access laravel project from another computer?
What is the directory structure of laravel 5.6?
Explain dependency injection and their types.
How does antiforgerytoken work?
Explain me how to assign multiple middleware to laravel route ?
What is raw expression in laravel?
What is the significant difference between insert() and insertgetid() function in laravel?