Level 88
You need to import the schema in your service provider. At this at this top of the AppServiceProvider.php file
use Illuminate\Support\Facades\Schema;
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello guys, I have an error when doing php artisan migrate. on the terminal an error appears: In AppServiceProvider.php line 16:
Class 'App \ Providers \ Schema' not found
I have added before Schema :: defaultStringLength (191); on AppServiceProvider.php what's the solution?
Please or to participate in this conversation.