Skip to content

Instantly share code, notes, and snippets.

@weerd
Last active April 28, 2017 20:23
Show Gist options
  • Save weerd/9f2d5cfb2f51cb1485e7819aa79110ea to your computer and use it in GitHub Desktop.
Save weerd/9f2d5cfb2f51cb1485e7819aa79110ea to your computer and use it in GitHub Desktop.
DoSomething Project Checklist

DoSomething Project Checklist

Whelp! Looks like you've run into an error or some major bug. Here's a quick list of things to run through and check before you feel the need to bug everyone on Slack:

In Laravel, did you check...

  • if composer packages were updated or new ones installed? Run $ composer install
  • if the cache needs to be cleared? Run $ php artisan cache:clear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment