How LARAVEL works? How LARAVEL achieves developer happiness?
[7 marks]Explain LARAVEL’s Directory structure.
[7 marks]Explain basic Artisan commands.
[7 marks]What is a controller? Explain methods of LARAVEL’s resource controllers.
[7 marks]What is Blade Templating? Explain control structures.
[7 marks]Explain LARAVEL’s built-in concept of pagination.
[7 marks]Explain View composers and Service injection.
[7 marks]Explain manual validation and validation using the validate() method in the controller.
[7 marks]Explain two primary ways to run the seeders in LARAVEL.
[7 marks]What is Eloquent? Explain Inserts and Updates with Eloquent.
[7 marks]Explain the User model and Migration in LARAVEL.
[7 marks]Explain Eloquent model Mass assignment.
[7 marks]Explain LARAVEL’s Request lifecycle.
[7 marks]What is Middleware? How it can be created and implemented? How parameter can be passed to Middleware?
[7 marks]What is session? How session can be accessed in LARAVEL? Explain methods available on session instances.
[7 marks]What is a cookie? Explain Cookie facade, the cookie() global helper, and the request and response objects in LARAVEL.
[7 marks]Explain two different syntaxes in LARAVEL for sending mail.
[7 marks]