Podcast
Questions and Answers
Which programming language is Laravel based on?
Which programming language is Laravel based on?
- Python
- Java
- Ruby
- PHP (correct)
When was the first beta release of Laravel made available?
When was the first beta release of Laravel made available?
- June 9, 2011 (correct)
- June 9, 2013
- June 9, 2010
- June 9, 2012
What feature was introduced in Laravel 2 to make it a fully MVC-compliant framework?
What feature was introduced in Laravel 2 to make it a fully MVC-compliant framework?
- Support for third-party packages
- Support for controllers (correct)
- Templating system called Blade
- Built-in support for authentication
Which of the following is NOT a feature of Laravel?
Which of the following is NOT a feature of Laravel?
What is the purpose of migrations in Laravel?
What is the purpose of migrations in Laravel?
What is the purpose of Homestead in Laravel?
What is the purpose of Homestead in Laravel?
What is the purpose of Sail in Laravel?
What is the purpose of Sail in Laravel?
Which version of Laravel introduced the cmd command-line interface (CLI) named Artisan?
Which version of Laravel introduced the cmd command-line interface (CLI) named Artisan?
Which version of Laravel introduced a packaging system called Bundles?
Which version of Laravel introduced a packaging system called Bundles?
Which version of Laravel was a complete rewrite of the framework and introduced a set of separate packages distributed through Composer?
Which version of Laravel was a complete rewrite of the framework and introduced a set of separate packages distributed through Composer?
Which version of Laravel introduced support for scheduling periodically executed tasks through a package called Scheduler?
Which version of Laravel introduced support for scheduling periodically executed tasks through a package called Scheduler?