Do as Directed 1. Deleting records using _______ can be restored in laravel. 2. Views in Laravel are stored as ______ files. 3. Define Elixir. 4. Tinker can be used to create tables from Laravel. (True\False) 5. What is the difference between {{$username}} and {!!username!!}? 6. Define prompts. 7. Write a command to create custom command in laravel.
[7 marks]What is an artisan? List artisan commands available in Laravel? Also explain how can we create our own artisan commands in Laravel?
[7 marks]Explain following terms and differentiate them among each other: 1. Facades 2. Helper Functions 3. Dependency Injection
[7 marks]What is pagination? How can we manually create paginators? Also write code snippet to paginate database results.
[7 marks]Write short note on control structures available in blade? Write code snippet for any one of them.
[7 marks]What is database migration? List different options use with migration command. Explain with example?
[7 marks]What are different types of relationships we can define on models? Explain with Proper code snippet.
[7 marks]What is seed and factory? Take an appropriate example to explain the use of these features in Laravel.
[7 marks]How can we implement Authentication in Laravel? Also explain how it works?
[7 marks]Explain the scope in Laravel with proper example.
[7 marks]Explain the life cycle of Laravel Request object? How can we access it? Also Explain mechanism to read and uploaded files in Laravel.
[7 marks]What is request object? Explain all its method with example.
[7 marks]What is Middleware? How it can be created and implemented? Explain with Proper code snippet.
[7 marks]Explain process of storing and retrieving session data and cached data. Also differentiate between them.
[7 marks]Explain mail functionality in laravel. Explain two different syntaxes used in Laravel to send mail. Give appropriate examples.1
[7 marks]Explain the mechanism of handling cookies in Laravel. Also show how can we read and write values to it. Explain cookie() global helper.
[7 marks]Explain full text search with Laravel Scout.
[7 marks]