For me, the solution was that my class name inside the migration somehow started with a lowercase letter. When I changed the class name to be all upper case, then ran a composer dump-autoload
, it ended up working for me. This is using Laravel 5.1, for what it's worth.