illuminate\database\schema? Should be Illuminate\Database\Schema and youll need that class as it is part of the framework and required for your migrations to work :)
- Matt Burrow
1 Answers
11
votes
There no Illuminate\Database\Schema, you're most likely want to use Illuminate\Support\Facades\Schema.
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more
illuminate\database\schema? Should beIlluminate\Database\Schemaand youll need that class as it is part of the framework and required for your migrations to work :) - Matt Burrow