Answers for "In AppServiceProvider.php line 28: Class 'App\Providers\Schema' not found"

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 "In AppServiceProvider.php line 28: Class 'App\Providers\Schema' not found"

Browse Popular Code Answers by Language