Skip to content

Instantly share code, notes, and snippets.

@syossan27
Created June 3, 2014 09:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save syossan27/060f14da8994be269a5f to your computer and use it in GitHub Desktop.
Save syossan27/060f14da8994be269a5f to your computer and use it in GitHub Desktop.
Laravelのmigrate:reset時に謎エラーが出た時の対処 ref: http://qiita.com/syo/items/2b5b620320ae1ad8d6bc
[Illuminate\Database\QueryException]
SQLSTATE[42S02]: Base table or view not found: 1051 Unknown table 'hoge' (SQL: drop table `hoge`)
{"error": {"type":"Symfony\\Component\\Debug\\Exception\\FatalErrorException","message":"Class 'CreateHoge' not found","file":"\/vendor\/laravel\/framework\/src\/Illuminate\/Database\/Migrations\/Migrator.php","line":297}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment