Your ROOT_URL in app.ini is http://159.89.207.79:3000/ but you are visiting http://9.cron.my.id:3000/tribikram/AplusAgency/src/commit/cdef2abe1d565c8a4e09763b24ddf0b91215bf86/app/Http/Middleware/TrimStrings.php You should set ROOT_URL correctly, otherwise the web may not work correctly.
 
 
 
 

19 lines
381 B

<?php
namespace App\Http\Middleware;
use Illuminate\Foundation\Http\Middleware\TrimStrings as Middleware;
class TrimStrings extends Middleware
{
/**
* The names of the attributes that should not be trimmed.
*
* @var array<int, string>
*/
protected $except = [
'current_password',
'password',
'password_confirmation',
];
}