- List the top 3 things you do not like about Laravel
- List the top 3 things you like about Laravel
- For service providers, what is the difference between boot() and register()?
- Present a scenario (or more) where you would create ServiceProvider for your app and NOT use those already provided by Laravel
- List some Laravel packages you have used recently and that you liked working with
- Present some techniques to organize a Laravel application as to be loosely coupled with the framework.
- Given the overhead they introduce why would you use Blade components instead of including sub-views?