Releases: arwahyu01/main-master
Laravel Upgrade & Login Redesign
🆙 Highlights
⬆️ Upgraded Laravel from v11 to v12
🎨 Redesigned login page for a cleaner and more responsive UI
🐞 Fixed various minor bugs to improve stability and performance
Full Changelog: v1.1.8...v1.1.9
Dark mode & bug fixed
✨ Dark Mode - Kini hadir mode gelap untuk pengalaman yang lebih nyaman di berbagai kondisi pencahayaan.
🔧 Perbaikan Fitur - Berbagai peningkatan dan perbaikan bug telah diterapkan untuk meningkatkan performa dan stabilitas.
Full Changelog: v1.1.7...v1.1.8
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