Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Everyone - especially the more advanced programmers - should report important informations/problems/advices regarding code structure of our "on top framework" (BaseController, BaseModel, generic Views) and interdependencies with the laravel framework.

Feel free to start with an unordered list!

 

  • Migrations: to drop a table always use dropIfExists() to avoid exceptions on rollbacks
  • Observer: use observer_enable variable if Observer shall not run in specific situations

Logging

what? when? target-file?

 

  • No labels