Releases: arwahyu01/main-master
Releases · arwahyu01/main-master
Perbaikan Cek required radio button, & optimasi script
Perbaikan Cek required radio button, & optimasi script
Full Changelog: v1.1.6...v1.1.7
fixed bugs verifyCsrfToken
class VerifyCsrfToken extends Middleware
{
/**
* The URIs that should be excluded from CSRF verification.
*
* @var array<int, string>
/
protected $except = [
'api/', // add this code
];
}
Upgrade Laravel from 10 to 11
Ppgrade Laravel from 10 to 11
fix bugs filter column in user datatable
Full Changelog: v1.1.3...v1.1.4
Fix bugs in login web
Full Changelog: v1.1.2...v1.1.3
Fix bugs
Full Changelog: v1.1.1...v1.1.2
add menu converter to json
Full Changelog: v1.1.0...v1.1.1
fix bug access menu & announcement view
Full Changelog: v1.0.9...v1.1.0
add API login with sanctum
Full Changelog: v1.0.8...v1.0.9