PATH:
home
/
rwabteecom
/
public_html
/
database
/
migrations
/
Editing: 2024_04_30_092102_add_vcard_27_28.php
<?php use Illuminate\Support\Facades\Artisan; use Illuminate\Database\Migrations\Migration; return new class extends Migration { /** * Run the migrations. */ public function up(): void { Artisan::call('db:seed', ['--class' => 'TemplatesSeeder', '--force' => true]); } /** * Reverse the migrations. */ public function down(): void { // } };
SAVE
CANCEL