Php versions – Laravel Migrations are migrating successfully but they are not creating foreign key relationship in tables
My Laravel App is creating all tables in migrations successfully but it's failing to create a foreign keys relationships in the table or even enforce cascade when I delete the primary record. Here is the migration. Schema::create('articles', function (Blueprint $table)…