Releases: zera-app/zera-dashboard-laravel
Releases · zera-app/zera-dashboard-laravel
Laravel 11 and Darkmode
Upgrage to laravel 11 and dark mode
This update focuses on improving project structure, code maintainability, and the user interface for a smoother development experience. Also upgrading from laravel 10 to laravel 11
- Database Configuration: The database name has been updated from tad_splade to zera_dashboard to reflect the current project setup. (.env.example file)
- PHP Model Adjustments: The User model has been refactored to utilize a method for attribute casting, improving code readability and maintainability. (app/Models/User.php)
- Dependency Updates: PHP and Laravel framework versions have been updated in composer.json to ensure compatibility and access to the latest features.
- Code Removal: Unused Java files KabisatChecker.java and TypeOfTriangle.java have been removed from the public/Java directory, streamlining the project structure.
- Front-End Enhancements:
Theme handling has been improved in ThemeToggle.vue to properly manage the "dracula" theme.
A demo user has been added for local and development environments in login.blade.php, facilitating easier testing.
Various UI consistency improvements and dark mode adjustments have been implemented across multiple Blade templates, enhancing user experience.
contributors
Laravel 10
What's Changed
- Update README.md by @JunedSetiawan in #1
- Merge pull request #1 from JunedSetiawan/main by @JunedSetiawan in #2
- update dark mode table (on progress) by @JunedSetiawan in #5
- Dev by @JunedSetiawan in #6
- WIP #3 by @zulfikar-ditya in #4
- Update README.md by @JunedSetiawan in #10
- Add Controllers and views for documentations by @zulfikar-ditya in #8
- Add: controller, splade, uploadfile, sidebar documentations by @zulfikar-ditya in #11
- Update: Auth pages by @zulfikar-ditya in #13
- Add documentation by @zulfikar-ditya in #14
- ADD LICENSE by @zulfikar-ditya in #16
- [add] spalde component documentation by @zulfikar-ditya in #15
- #update ft hktbfest by @JunedSetiawan in #17
- Add: documetation and update dependencies by @zulfikar-ditya in #18
- remove unused dependencies by @JunedSetiawan in #19
- Add triangle checker(out of topic) by @Noklent-Fardian in #20
- Add: select and checkbox splade component by @zulfikar-ditya in #22
- Add: documentation file and radio input splade by @zulfikar-ditya in #23
New Contributors
- @JunedSetiawan made their first contribution in #1
- @zulfikar-ditya made their first contribution in #4
- @Noklent-Fardian made their first contribution in #20
Full Changelog: https://github.com/zera-app/zera-dashboard-laravel/commits/v1.0.0