Files
Verde-Web/test.php
ramram1515 2467633b1b Config
2026-06-30 16:10:19 +08:00

2 lines
193 B
PHP

<?php require 'vendor/autoload.php'; $app = require_once 'bootstrap/app.php'; $app->make(Illuminate\Contracts\Console\Kernel::class)->bootstrap(); dump(App\Models\Household::all()->toArray());