Write a short note on: Advantages of developing a web application in Laravel as compared to Core PHP
[7 marks]List and explain basic php artisan commands in Laravel
[7 marks]Explain following. 1) Form method spoofing. 2) CSRF Protection
[3 marks]Write short note on control structures available in blade
[7 marks]Explain default route, fall back route, route parameters and route constraints in Laravel.
[7 marks]Explain MVC Architecture. In brief.
[7 marks]What is blade directive? Explain any two in detail.
[7 marks]What is middleware? Creating Custom Middleware with example
[7 marks]How could one access controller variables in views in Laravel?
[7 marks]What is Eloquent? What is advantage of Eloquent? Explain accessing and inserting records using Eloquent with code snippet.
[7 marks]Explain Laravel’s Request life cycle in detail
[7 marks]Explain the mechanism of handling cookies in Laravel. Also show how can we read and write values to it.
[7 marks]Explain different Laravel File System Methods.
[7 marks]What is pagination? How can we manually create paginators? Also write code snippet to paginate database results.
[7 marks]How are request object and response object used in Laravel?
[7 marks]i) Write short Note: Auth controller ii) Differentiate between {{ versus {!!
[3 marks]Write short Note: Router and Validations of uploaded files.
[7 marks]