芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/panoramawholesale.com/database/seeds/Warehouse.php
<?php use Illuminate\Database\Seeder; use Illuminate\Support\Facades\DB; class Warehouse extends Seeder { /** * Run the database seeds. * * @return void */ public function run() { // Insert some stuff DB::table('warehouses')->insert( array( 'id' => 1, 'name' => 'Default Warehouse', 'city' => NULL, 'mobile' => NULL, 'zip' => NULL, 'email' => NULL, 'country' => NULL, ) ); } }
Page is not found
Oops! Page not found.
Sorry, an error has occured, Requested page not found!
Back To Homepage