Answers for "class 'app providers schema' not found laravel 7"

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 "class 'app providers schema' not found laravel 7"

Browse Popular Code Answers by Language