Why Use a Framework in website development?
[7 marks]How Laravel work? What are the advantages of Laravel?
[7 marks]What is an artisan? List artisan command available laravel. Also explain how can we create our own artisan commands in laravel?
[7 marks]How can we create custom blade directives in laravel? Explain with code.
[7 marks]What is blade directive? Explain @extends, @parents
[7 marks]What is database Migration? What is its usage? Explain with example? Also list the different options to use with migration command.
[7 marks]What is pagination? Demonstrate the database result into pagination.
[7 marks]What is Route? Why use Route?
[7 marks]Explain Authentication working in laravel with appropriate example.
[7 marks]Explain life cycle of Laravel Request object? How can we access it?
[7 marks]Explain Form method spoofing and CSRPF Protection.
[7 marks]Explain important directories used in a common Laravel application.
[7 marks]Explain following terms:
[7 marks]Traits (ii) Contracts (iii) Facades (iv) Controller
[ marks]Explain faker and Lumen in Laravel.
[7 marks]What is Eloquent? What are the benefits of Eloquent? Demonstrate the code to insert record using Eloquent.
[7 marks]How can we access session in Laravel? Demonstrate the code snippets.
[7 marks]How can we implement a package in laravel?
[7 marks]