1. Artisan 2. CSRF protection 3. Eloquent
[3 marks]List artisan commands available in Laravel. What are the steps and commands to create user defined artisan command in Laravel?
[4 marks]What are routes in Laravel? Explain route handling with controller and route parameters.
[7 marks]What is blade directive? Explain : @extends , @parent , @section
[3 marks]What is Redirection? Explain all redirect methods in Laravel.
[4 marks]Explain String Helpers, Pluralization, and Localization in Laravel with appropriate example.
[7 marks]What is pagination? How can we manually create paginators? Also write code snippet to paginate database results.
[7 marks]What is Controller structures? Explain Resource Controllers.
[3 marks]How can we implement Authentication in Laravel? Also explain how it works?
[4 marks]What is database migration? List different options use with migration command. Explain with example?
[7 marks]Write short note on control structures available in blade? Write code snippet for any one of them.
[3 marks]What are different types of relationships we can define on models? Explain with Proper code snippet.
[4 marks]What is seed and factory? Take an appropriate example to explain the use of these features in Laravel.
[7 marks]Explain the scope in Laravel with proper example. Page 1 of
[2 marks]How can we create Conditionals Loop? Explain with Code.
[4 marks]Explain the life cycle of Laravel Request object? How can we access it? Also Explain mechanism to read uploaded files from Laravel.
[7 marks]How can user send response from Laravel? Explain methods to send data as response to browser.
[3 marks]Explain Following. 1) Message Bags. 2) How CSRF Token works in Laravel.
[4 marks]What is Middleware? How it can be created and implemented? Explain with Proper code snippet.
[7 marks]Explain Controller Organization and JSON Returns with Example.
[3 marks]What are accessors and mutators? Explain with code snippets.
[4 marks]Explain full text search with example using Laravel Scout
[7 marks]How can we access session in Laravel? Explain the mechanism of writing and reading data from session.
[3 marks]What is injecting a request object? Explain in detail.
[4 marks]Explain mail functionality in Laravel. Explain two different syntaxes used in Laravel to send mail. Give appropriate examples. Page 2 of
[2 marks]