Test
1. When creating a Laravel project as example-app , what command do you use?
2. Which one is the file for creating view in Laravel?
3. Which of the following is not a logic in HTML?
4. What are the main advantages of creating a View component?
5. To create a routing, which path should be built or placed in the last route or last line?
6. Which of the following creates a wrong path?
7. In RESTful system, what service request does not exist in the system?
8. To pass variables with paths What will be written?
9. How to prevent CSRF(Cross Side Request Forgery) in Laravel?
10. Which one is the command line for creating middleware?
11. What is the purpose of creating middleware?
12. Which of the following does not apply to a Controller?
13. If you want to have a default function (default) in the controller, what name should I use?
14. Which of the following is incorrectly writing the path to the controller?
15. How to create a session?
16. What kind of data is stored in session creation by default?
17. Command to check Session name user whether it exists or not, which one should be used?
18. Working with a Fluent Database Using Fluent Query Builder Which of the following is not a standard function?
19. Which of the following is a variable sent to the database query?
20. Eloquent actions must inherit (inheritance) from what type of class?
Mini Project
Create a web application that introduces yourself contains at least 5 pages, at least 1 component, at least 1 controller, and at least 1 middleware, then zips your application in to a single compression file and send it to me by email:theerapone@yahoo.com.