Skip to content

Instantly share code, notes, and snippets.

@bencorlett
Last active December 17, 2015 07:19
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bencorlett/5572133 to your computer and use it in GitHub Desktop.
Save bencorlett/5572133 to your computer and use it in GitHub Desktop.
Pre Laravel 4 Issue Checklist

Before you post an issue on laravel/framework...

Run though this damn checklist... Please!

  1. Search existing issues
  2. Have I run rm bootstrap/compiled.php?
  3. Have I run git pull {laravel remote name} develop?
  4. Have I run rm -rf vendor?
  5. Have I run composer update --no-dev?
  6. Have I tried turning it off and on again :P?

Post away!

@noelmcavoy
Copy link

Good checklist, these have solved most of my laravel4 troubles. You may want to mention checking permissions of vendor dir. See forum post http://forums.laravel.io/viewtopic.php?id=8713 this is an issue with composer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment