Answers for "Undefined type 'App\Providers\Schema'"

2

Class 'App\Providers\schema' not found

In the AppServiceProvider.php, you did not include the necessary use statement at the top of the file.

use Illuminate\Support\Facades\Schema;
Posted by: Guest on June-05-2020

Code answers related to "Undefined type 'App\Providers\Schema'"

Browse Popular Code Answers by Language