Total Questions : 10
Expected Time : 10 Minutes

1. Which Laravel component is used for defining database table structures?

2. What is the purpose of the app/Providers folder in Laravel?

3. What is the purpose of the public directory in Laravel?

4. Which database system is commonly used with Laravel?

5. Which artisan command is used to create a new Laravel migration?

6. What is the purpose of Laravel's Blade templating engine?

7. What is the purpose of the .env file in Laravel?

8. What is the purpose of the Laravel Blade directive '@extends'?

9. What is the purpose of Laravel's 'Artisan' command-line tool?

10. Which Laravel component provides an elegant syntax for interacting with databases?