Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Feel free to start with an unordered list!

  •  Exceptions Exceptions & Errormessages: return \View::make('errors.generic')->with('message', 'Following error occured ...');
  • 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

...