芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/config/auth.php
[ 'api' => [ 'driver' => 'token', 'provider' => 'users', 'hash' => false, ], 'customer' => [ 'driver' => 'session', 'provider' => 'customers', 'hash' => false, ], ], 'providers' => [ 'customers' => [ 'driver' => 'eloquent', 'model' => \App\Models\Customer::class, ], ], 'passwords' => [ 'customers' => [ 'provider' => 'customers', 'table' => 'password_reset_tokens', 'expire' => 60, 'throttle' => 60, ], ], ];