Debug School

rakesh kumar
rakesh kumar

Posted on

Laravel Basic Interview Question

laravel-interview-questions
laravel-interview-questions
laravel-interview-questions

QUESTION
Define Composer
Differene b/w require and require-dev in laravel
What is the templating engine used in Laravel?
What are available databases supported by Laravel?
What is an artisan?
How to define environment variables in Laravel?
Can we use Laravel for Full Stack Development (Frontend + Backend)?
How to put Laravel applications in maintenance model?
What are the default route files in Laravel?
What are migrations in Laravel?
What are seeders in Laravel?
What are factories in Laravel?adv
How to implement soft delete in Laravel?adv
laravel-interview-questions
What are the popular features of Laravel?
What are the new features of Laravel 8?
What are the new features of Laravel 9?
Name a few competitors of Laravel?
What are the differences between Laravel and CodeIgniter frameworks?
What is MVC architecture?
Consider a situation where you have already installed Laravel 8 on your machine, and want to install a Laravel 7 project without uninstalling Laravel 8 from your machine. So, how are you going to install a Laravel 7 project?
How can you check the installed Laravel version of a project
What is the artisan command used to get a list of available commands?
Briefly describe the project structure of a typical Laravel project.
What is routing?
What are the available router methods in Laravel?
How to create a route? Briefly describe with an example.
How many restful resource controllers in Laravel, and what are the actions handled by the restful resource controllers?
What is Middleware?
How to identify a blade template file?
State the location where model files reside in a typical Laravel application?
What is seeding?
What are the databases supported by the Laravel framework?
What are the aggregate methods provided by the query builder in Laravel?
Name a few common artisan commands used in Laravel? Also, state the function of each command.
Rahul wrote the following validation rules for a file uploading field.ad
What is the purpose of a session in Laravel?ad
What is Laravel authentication?
What is a CSRF token?
Make a comparison between GET and POST methods?
What is authorization?
Name some HTTP response status codes?
What are the common tools used to send emails in Laravel?
Briefly describe some common collection methods in Laravel.
What are official packages in Laravel?
What is Laravel Forge?
What is Laravel Vapor?
laravel-interview-questions
What is the Facade Pattern used for?
Does PHP support method overloading?
How do you do soft deletes?
List some Aggregates methods provided by query builder in Laravel ?
What are named routes in Laravel?
What do you know about query builder in Laravel?
Why do we need Traits in Laravel?
What does a $$$ mean in PHP?

LARAVEL BASIC LEVEL QUESTION

Define Composer
Differene b/w require and require-dev in laravel
What is the templating engine used in Laravel?
What are available databases supported by Laravel?
What is an artisan?
How to define environment variables in Laravel?
Can we use Laravel for Full Stack Development (Frontend + Backend)?
How to put Laravel applications in maintenance model?
What are the default route files in Laravel?
What are migrations in Laravel?
What are seeders in Laravel?
What are the popular features of Laravel?
What are the new features of Laravel 8?
What are the new features of Laravel 9?
Name a few competitors of Laravel?
What are the differences between Laravel and CodeIgniter frameworks?
What is MVC architecture?
Consider a situation where you have already installed Laravel 8 on your machine, and want to install a Laravel 7 project without uninstalling Laravel 8 from your machine. So, how are you going to install a Laravel 7 project?
How can you check the installed Laravel version of a project
What is the artisan command used to get a list of available commands?
Briefly describe the project structure of a typical Laravel project.
What is routing?
What are the available router methods in Laravel?
How to create a route? Briefly describe with an example.
How many restful resource controllers in Laravel, and what are the actions handled by the restful resource controllers?
What is Middleware?
How to identify a blade template file?
State the location where model files reside in a typical Laravel application?
What is seeding?
What are the databases supported by the Laravel framework?
What are the aggregate methods provided by the query builder in Laravel?
Name a few common artisan commands used in Laravel? Also, state the function of each command.
Make a comparison between GET and POST methods?
What is authorization?
What are the common tools used to send emails in Laravel?
What are official packages in Laravel?
Does PHP support method overloading?
List some Aggregates methods provided by query builder in Laravel ?
What are named routes in Laravel?
What do you know about query builder in Laravel?
What does a $$$ mean in PHP?

LARAVEL INTERMEDIATE LEVEL QUESTION

What are factories in Laravel?
How to implement soft delete in Laravel?
Rahul wrote the following validation rules for a file uploading field.
What is the purpose of a session in Laravel?
What is a CSRF token?
Name some HTTP response status codes?
Briefly describe some common collection methods in Laravel.
What is Laravel Forge?
What is Laravel Vapor?
What is the Facade Pattern used for?
How do you do soft deletes?
Why do we need Traits in Laravel?

Top comments (0)