Skip to content

Instantly share code, notes, and snippets.

View ikarolaborda's full-sized avatar

Ikaro Laborda ikarolaborda

View GitHub Profile

!!!! Do not post your replies as comments! Clone the gist and send it to us

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