hypothetical/app
2024-03-19 17:11:58 -04:00
..
Http/Controllers Upgrade to Laravel 11.0.3 2024-03-19 17:11:58 -04:00
Models Upgrade to Laravel 11.0.3 2024-03-19 17:11:58 -04:00
Providers Upgrade to Laravel 11.0.3 2024-03-19 17:11:58 -04:00
Traits Use a common trait to provide the timestamp function to both the DashboardModel and User classes, add an optional license key to the dashboard library_credits that adds a (license) link beside the project and add the license (as required by their license) to the fontawesome entry, and implement user profile image view, upload and deletion (with a default black question mark fallback) in the dashboard settings page 2018-04-25 01:22:33 -04:00
Utilities Replace the CACHE_BUST in the init with a gulp-managed one so we can update the value with gulp watch 2020-04-24 22:09:23 -04:00
Dashboard.php Reuse dashboard logic much more, delete images and files when the associated item is deleted, rework dashboard lists so their items can be configured in the $dashboard_columns of their own class, allow dashboard lists to upload images, delete images when dashboard list items are deleted, add a default image extension variable to dashboard model items rather than hard-coding it so it can be reconfigured, improve the dashboard styles some more, and improve the readme (including documenting the new dashboard list update) 2022-06-14 01:36:21 -04:00