From 2cb6ba8f1e1a3d4c7eba5a34c81dcf4b7683f21d Mon Sep 17 00:00:00 2001 From: Siddhartha Gunti Date: Wed, 1 Jul 2020 17:45:32 +0530 Subject: [PATCH] Adding Laravel Interview Questions and Quiz link Added link - https://www.adaface.com/blog/laravel-interview-questions/ --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 97c747c..b2147ac 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,8 @@ to potential employers. Score well on one of our public tests, and you will get - :octocat: **unicodeveloper/laravel-exam** - https://github.com/unicodeveloper/laravel-exam - A Laravel exam with questions from beginner to expert curated by [@unicodeveloper](https://github.com/unicodeveloper) +- **Interview Questions and Quiz** - https://www.adaface.com/blog/laravel-interview-questions/ - 150+ Essential Laravel interview questions and quiz with answers (2020) + ## Git - **Git flow** - https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow - a git workflow that some companies follow to manage their deployments.