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/b64e6fcdd6f384a73a4e9d0a41c24c2b7d8ebf40/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',
];
}